#C44341

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

Shades of Chestnut #C44341

Tints of Chestnut #C44341

Color information

#C44341 (or 0xC44341) is unknown color: approx Chestnut. HEX triplet: C4, 43 and 41. RGB value is (196,67,65). Sum of RGB (Red+Green+Blue) = 196+67+65=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C44341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44341 is #3BBCBE. Grayscale: #696969. Windows color (decimal): -3914943 or 4277188. OLE color: 4277188.

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

Color convert

RGB1966765-
CMYK00.660.670.23
HSL0.92º52.61%51.18%-
HSV(B)0.92º66.84%76.86%-
XYZ25.7316.136.76-
YUV105.34105.24192.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=59.76%
G=20.43%
B=19.82%

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
Decimal196676500.660.670.230.9252.6151.18
HexC44341042431713533
Octal30410310101021032716563
Binary1100010010000111000001010000101000011101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44341; }

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

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

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

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

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

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

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

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