#C29C32

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

Shades of Nugget #C29C32

Tints of Nugget #C29C32

Color information

#C29C32 (or 0xC29C32) is unknown color: approx Nugget. HEX triplet: C2, 9C and 32. RGB value is (194,156,50). Sum of RGB (Red+Green+Blue) = 194+156+50=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C32 is #3D63CD. Grayscale: #9B9B9B. Windows color (decimal): -4023246 or 3316930. OLE color: 3316930.

HSL color Cylindrical-coordinate representation of color #C29C32: hue angle of 44.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C29C32 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19415650-
CMYK00.200.740.24
HSL44.17º59.02%47.84%-
HSV(B)44.17º74.23%76.08%-
XYZ34.7135.488.04-
YUV155.2868.59155.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 50 (19.92% from 255) = 12.5%
R=48.5%
G=39%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941565000.200.740.2444.1759.0247.84
HexC29C320144A182c3b30
Octal3022346202411230547360
Binary1100001010011100110010010100100101011000101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C32; }

 p { color: rgb(194,156,50); }

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

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

 a { background-color: rgb(194,156,50); }

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

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

 span { border-color: rgb(194,156,50); }

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