#C14640

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

Shades of Chestnut #C14640

Tints of Chestnut #C14640

Color information

#C14640 (or 0xC14640) is unknown color: approx Chestnut. HEX triplet: C1, 46 and 40. RGB value is (193,70,64). Sum of RGB (Red+Green+Blue) = 193+70+64=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C14640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14640 is #3EB9BF. Grayscale: #6A6A6A. Windows color (decimal): -4110784 or 4212417. OLE color: 4212417.

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

Color convert

RGB1937064-
CMYK00.640.670.24
HSL2.79º50.99%50.39%-
HSV(B)2.79º66.84%75.69%-
XYZ25.1116.096.63-
YUV106.09104.25189.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.02%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=59.02%
G=21.41%
B=19.57%

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
Decimal193706400.640.670.242.7950.9950.39
HexC14640040431833332
Octal30110610001001033036362
Binary11000001100011010000000100000010000111100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14640; }

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

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

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

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

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

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

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

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