#C09623

Color #C09623 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C09623

Tints of Nugget #C09623

Color information

#C09623 (or 0xC09623) is unknown color: approx Nugget. HEX triplet: C0, 96 and 23. RGB value is (192,150,35). Sum of RGB (Red+Green+Blue) = 192+150+35=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C09623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09623 is #3F69DC. Grayscale: #959595. Windows color (decimal): -4155869 or 2332352. OLE color: 2332352.

HSL color Cylindrical-coordinate representation of color #C09623: hue angle of 43.95º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09623 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19215035-
CMYK00.220.820.25
HSL43.95º69.16%44.51%-
HSV(B)43.95º81.77%75.29%-
XYZ32.9533.146.25-
YUV149.4563.41158.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 35 (14.06% from 255) = 9.28%
R=50.93%
G=39.79%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921503500.220.820.2543.9569.1644.51
HexC0962301652192c452d
Octal30022643026122315410555
Binary11000000100101101000110101101010010110011011001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09623; }

 p { color: rgb(192,150,35); }

 H1.HeaderClassName
 {
   color: #C09623;
 }
 .AnyTagClassName
 {
   color: #C09623;
 }
</style>
background-color css

<style>
 a { background-color: #C09623; }

 a { background-color: rgb(192,150,35); }

 div.DivClassName
 {
   background-color: #C09623;
 }
 .BgClassName
 {
   background-color: #C09623;
 }
</style>
border-color css

<style>
 span { border-color: #C09623; }

 span { border-color: rgb(192,150,35); }

 td.TdClassName
 {
   border-color: #C09623;
 }
 .TagClassName
 {
   border-color: #C09623;
 }
</style>