#C34640

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

Shades of Chestnut #C34640

Tints of Chestnut #C34640

Color information

#C34640 (or 0xC34640) is unknown color: approx Chestnut. HEX triplet: C3, 46 and 40. RGB value is (195,70,64). Sum of RGB (Red+Green+Blue) = 195+70+64=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C34640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34640 is #3CB9BF. Grayscale: #6A6A6A. Windows color (decimal): -3979712 or 4212419. OLE color: 4212419.

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

Color convert

RGB1957064-
CMYK00.640.670.24
HSL2.75º52.19%50.78%-
HSV(B)2.75º67.18%76.47%-
XYZ25.6216.356.66-
YUV106.69103.91190.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=59.27%
G=21.28%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195706400.640.670.242.7552.1950.78
HexC34640040431833433
Octal30310610001001033036463
Binary11000011100011010000000100000010000111100011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34640; }

 p { color: rgb(195,70,64); }

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

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

 a { background-color: rgb(195,70,64); }

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

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

 span { border-color: rgb(195,70,64); }

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