#C88E28

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

Shades of Nugget #C88E28

Tints of Nugget #C88E28

Color information

#C88E28 (or 0xC88E28) is unknown color: approx Nugget. HEX triplet: C8, 8E and 28. RGB value is (200,142,40). Sum of RGB (Red+Green+Blue) = 200+142+40=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E28 is #3771D7. Grayscale: #949494. Windows color (decimal): -3633624 or 2657992. OLE color: 2657992.

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

Color convert

RGB20014240-
CMYK00.290.80.22
HSL38.25º66.67%47.06%-
HSV(B)38.25º80%78.43%-
XYZ33.8831.786.36-
YUV147.7167.22165.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.36%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 40 (16.02% from 255) = 10.47%
R=52.36%
G=37.17%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001424000.290.80.2238.2566.6747.06
HexC88E2801D501626432f
Octal31021650035120264610357
Binary11001000100011101010000111011010000101101001101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88E28; }

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

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

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

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

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

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

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

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