#C44241

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

Shades of Chestnut #C44241

Tints of Chestnut #C44241

Color information

#C44241 (or 0xC44241) is unknown color: approx Chestnut. HEX triplet: C4, 42 and 41. RGB value is (196,66,65). Sum of RGB (Red+Green+Blue) = 196+66+65=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C44241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44241 is #3BBDBE. Grayscale: #686868. Windows color (decimal): -3915199 or 4276932. OLE color: 4276932.

HSL color Cylindrical-coordinate representation of color #C44241: hue angle of 0.46º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44241 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1966665-
CMYK00.660.670.23
HSL0.46º52.61%51.18%-
HSV(B)0.46º66.84%76.86%-
XYZ25.6716.016.74-
YUV104.76105.57193.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.94%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=59.94%
G=20.18%
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.23
SystemRedGreenBlueCMYKHSL
Decimal196666500.660.670.230.4652.6151.18
HexC44241042431703533
Octal30410210101021032706563
Binary1100010010000101000001010000101000011101110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44241; }

 p { color: rgb(196,66,65); }

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

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

 a { background-color: rgb(196,66,65); }

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

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

 span { border-color: rgb(196,66,65); }

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