#c04845

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

Shades of Chestnut #C04845

Tints of Chestnut #C04845

Color information

#C04845 (or 0xC04845) is unknown color: approx Chestnut. HEX triplet: C0, 48 and 45. RGB value is (192,72,69). Sum of RGB (Red+Green+Blue) = 192+72+69=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04845 is #3FB7BA. Grayscale: #6B6B6B. Windows color (decimal): -4175803 or 4540608. OLE color: 4540608.

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

Color convert

RGB1927269-
CMYK00.630.640.25
HSL1.46º49.4%51.18%-
HSV(B)1.46º64.06%75.29%-
XYZ25.1316.277.45-
YUV107.54106.26188.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=57.66%
G=21.62%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192726900.630.640.251.4649.451.18
HexC0484503F401913133
Octal3001101050771003116163
Binary110000001001000100010101111111000000110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c04845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c04845; }

 p { color: rgb(192,72,69); }

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

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

 a { background-color: rgb(192,72,69); }

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

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

 span { border-color: rgb(192,72,69); }

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