#C04942

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

Shades of Chestnut #C04942

Tints of Chestnut #C04942

Color information

#C04942 (or 0xC04942) is unknown color: approx Chestnut. HEX triplet: C0, 49 and 42. RGB value is (192,73,66). Sum of RGB (Red+Green+Blue) = 192+73+66=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C04942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04942 is #3FB6BD. Grayscale: #6B6B6B. Windows color (decimal): -4175550 or 4344256. OLE color: 4344256.

HSL color Cylindrical-coordinate representation of color #C04942: hue angle of 3.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04942 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1927366-
CMYK00.620.660.25
HSL3.33º50%50.59%-
HSV(B)3.33º65.62%75.29%-
XYZ25.116.366.99-
YUV107.78104.42188.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.01%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=58.01%
G=22.05%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192736600.620.660.253.335050.59
HexC0494203E421933233
Octal3001111020761023136263
Binary1100000010010011000010011111010000101100111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04942; }

 p { color: rgb(192,73,66); }

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

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

 a { background-color: rgb(192,73,66); }

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

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

 span { border-color: rgb(192,73,66); }

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