#c08e2c

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

Shades of Nugget #C08E2C

Tints of Nugget #C08E2C

Color information

#C08E2C (or 0xC08E2C) is unknown color: approx Nugget. HEX triplet: C0, 8E and 2C. RGB value is (192,142,44). Sum of RGB (Red+Green+Blue) = 192+142+44=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E2C is #3F71D3. Grayscale: #929292. Windows color (decimal): -4157908 or 2920128. OLE color: 2920128.

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

Color convert

RGB19214244-
CMYK00.260.770.25
HSL39.73º62.71%46.27%-
HSV(B)39.73º77.08%75.29%-
XYZ31.8730.736.64-
YUV145.7870.56160.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 44 (17.58% from 255) = 11.64%
R=50.79%
G=37.57%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921424400.260.770.2539.7362.7146.27
HexC08E2C01A4D19283f2e
Octal3002165403211531507756
Binary1100000010001110101100011010100110111001101000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c08e2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c08e2c; }

 p { color: rgb(192,142,44); }

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

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

 a { background-color: rgb(192,142,44); }

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

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

 span { border-color: rgb(192,142,44); }

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