#C09626

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

Shades of Nugget #C09626

Tints of Nugget #C09626

Color information

#C09626 (or 0xC09626) is unknown color: approx Nugget. HEX triplet: C0, 96 and 26. RGB value is (192,150,38). Sum of RGB (Red+Green+Blue) = 192+150+38=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C09626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09626 is #3F69D9. Grayscale: #969696. Windows color (decimal): -4155866 or 2528960. OLE color: 2528960.

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

Color convert

RGB19215038-
CMYK00.220.800.25
HSL43.64º66.96%45.1%-
HSV(B)43.64º80.21%75.29%-
XYZ32.9933.166.5-
YUV149.7964.91158.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 38 (15.23% from 255) = 10%
R=50.53%
G=39.47%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921503800.220.800.2543.6466.9645.1
HexC0962601650192c432d
Octal30022646026120315410355
Binary11000000100101101001100101101010000110011011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09626; }

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

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

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

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

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

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

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

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