#C04240

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

Shades of Chestnut #C04240

Tints of Chestnut #C04240

Color information

#C04240 (or 0xC04240) is unknown color: approx Chestnut. HEX triplet: C0, 42 and 40. RGB value is (192,66,64). Sum of RGB (Red+Green+Blue) = 192+66+64=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C04240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04240 is #3FBDBF. Grayscale: #676767. Windows color (decimal): -4177344 or 4211392. OLE color: 4211392.

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

Color convert

RGB1926664-
CMYK00.660.670.25
HSL0.94º50.39%50.2%-
HSV(B)0.94º66.67%75.29%-
XYZ24.6115.476.54-
YUV103.45105.74191.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.63%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=59.63%
G=20.50%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192666400.660.670.250.9450.3950.2
HexC04240042431913232
Octal30010210001021033116262
Binary1100000010000101000000010000101000011110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04240; }

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

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

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

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

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

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

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

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