#C14240

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

Shades of Chestnut #C14240

Tints of Chestnut #C14240

Color information

#C14240 (or 0xC14240) is unknown color: approx Chestnut. HEX triplet: C1, 42 and 40. RGB value is (193,66,64). Sum of RGB (Red+Green+Blue) = 193+66+64=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C14240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14240 is #3EBDBF. Grayscale: #676767. Windows color (decimal): -4111808 or 4211393. OLE color: 4211393.

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

Color convert

RGB1936664-
CMYK00.660.670.24
HSL0.93º50.99%50.39%-
HSV(B)0.93º66.84%75.69%-
XYZ24.8715.66.55-
YUV103.74105.58191.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=59.75%
G=20.43%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193666400.660.670.240.9350.9950.39
HexC14240042431813332
Octal30110210001021033016362
Binary1100000110000101000000010000101000011110001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14240; }

 p { color: rgb(193,66,64); }

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

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

 a { background-color: rgb(193,66,64); }

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

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

 span { border-color: rgb(193,66,64); }

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