#C24644

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

Shades of Chestnut #C24644

Tints of Chestnut #C24644

Color information

#C24644 (or 0xC24644) is unknown color: approx Chestnut. HEX triplet: C2, 46 and 44. RGB value is (194,70,68). Sum of RGB (Red+Green+Blue) = 194+70+68=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C24644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24644 is #3DB9BB. Grayscale: #6A6A6A. Windows color (decimal): -4045244 or 4474562. OLE color: 4474562.

HSL color Cylindrical-coordinate representation of color #C24644: hue angle of 0.95º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24644 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1947068-
CMYK00.640.650.24
HSL0.95º50.81%51.37%-
HSV(B)0.95º64.95%76.08%-
XYZ25.4816.277.27-
YUV106.85106.08190.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=58.43%
G=21.08%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194706800.640.650.240.9550.8151.37
HexC24644040411813333
Octal30210610401001013016363
Binary1100001010001101000100010000001000001110001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24644; }

 p { color: rgb(194,70,68); }

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

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

 a { background-color: rgb(194,70,68); }

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

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

 span { border-color: rgb(194,70,68); }

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