#C88E26

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

Shades of Nugget #C88E26

Tints of Nugget #C88E26

Color information

#C88E26 (or 0xC88E26) is unknown color: approx Nugget. HEX triplet: C8, 8E and 26. RGB value is (200,142,38). Sum of RGB (Red+Green+Blue) = 200+142+38=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E26 is #3771D9. Grayscale: #939393. Windows color (decimal): -3633626 or 2526920. OLE color: 2526920.

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

Color convert

RGB20014238-
CMYK00.290.810.22
HSL38.52º68.07%46.67%-
HSV(B)38.52º81%78.43%-
XYZ33.8431.776.18-
YUV147.4966.22165.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 38 (15.23% from 255) = 10%
R=52.63%
G=37.37%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001423800.290.810.2238.5268.0746.67
HexC88E2601D511627442f
Octal31021646035121264710457
Binary11001000100011101001100111011010001101101001111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88E26; }

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

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

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

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

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

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

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

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