#C88E20

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

Shades of Nugget #C88E20

Tints of Nugget #C88E20

Color information

#C88E20 (or 0xC88E20) is unknown color: approx Nugget. HEX triplet: C8, 8E and 20. RGB value is (200,142,32). Sum of RGB (Red+Green+Blue) = 200+142+32=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E20 is #3771DF. Grayscale: #939393. Windows color (decimal): -3633632 or 2133704. OLE color: 2133704.

HSL color Cylindrical-coordinate representation of color #C88E20: hue angle of 39.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C88E20 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB20014232-
CMYK00.290.840.22
HSL39.29º72.41%45.49%-
HSV(B)39.29º84%78.43%-
XYZ33.7531.735.71-
YUV146.863.22165.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 32 (12.89% from 255) = 8.56%
R=53.48%
G=37.97%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001423200.290.840.2239.2972.4145.49
HexC88E2001D541627482d
Octal31021640035124264711055
Binary11001000100011101000000111011010100101101001111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88E20; }

 p { color: rgb(200,142,32); }

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

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

 a { background-color: rgb(200,142,32); }

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

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

 span { border-color: rgb(200,142,32); }

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