#C04140

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

Shades of Chestnut #C04140

Tints of Chestnut #C04140

Color information

#C04140 (or 0xC04140) is unknown color: approx Chestnut. HEX triplet: C0, 41 and 40. RGB value is (192,65,64). Sum of RGB (Red+Green+Blue) = 192+65+64=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C04140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04140 is #3FBEBF. Grayscale: #666666. Windows color (decimal): -4177600 or 4211136. OLE color: 4211136.

HSL color Cylindrical-coordinate representation of color #C04140: hue angle of 0.47º 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 #C04140 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1926564-
CMYK00.660.670.25
HSL0.47º50.39%50.2%-
HSV(B)0.47º66.67%75.29%-
XYZ24.5515.366.52-
YUV102.86106.08191.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=59.81%
G=20.25%
B=19.94%

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
Decimal192656400.660.670.250.4750.3950.2
HexC04140042431903232
Octal30010110001021033106262
Binary1100000010000011000000010000101000011110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04140; }

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

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

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

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

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

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

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

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