#C09929

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

Shades of Nugget #C09929

Tints of Nugget #C09929

Color information

#C09929 (or 0xC09929) is unknown color: approx Nugget. HEX triplet: C0, 99 and 29. RGB value is (192,153,41). Sum of RGB (Red+Green+Blue) = 192+153+41=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C09929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09929 is #3F66D6. Grayscale: #989898. Windows color (decimal): -4155095 or 2726336. OLE color: 2726336.

HSL color Cylindrical-coordinate representation of color #C09929: hue angle of 44.5º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C09929 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB19215341-
CMYK00.200.790.25
HSL44.5º64.81%45.69%-
HSV(B)44.5º78.65%75.29%-
XYZ33.5334.156.92-
YUV151.8965.42156.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 41 (16.41% from 255) = 10.62%
R=49.74%
G=39.64%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921534100.200.790.2544.564.8145.69
HexC099290144F192d412e
Octal30023151024117315510156
Binary11000000100110011010010101001001111110011011011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09929; }

 p { color: rgb(192,153,41); }

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

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

 a { background-color: rgb(192,153,41); }

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

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

 span { border-color: rgb(192,153,41); }

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