#C14642

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

Shades of Chestnut #C14642

Tints of Chestnut #C14642

Color information

#C14642 (or 0xC14642) is unknown color: approx Chestnut. HEX triplet: C1, 46 and 42. RGB value is (193,70,66). Sum of RGB (Red+Green+Blue) = 193+70+66=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C14642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14642 is #3EB9BD. Grayscale: #6A6A6A. Windows color (decimal): -4110782 or 4343489. OLE color: 4343489.

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

Color convert

RGB1937066-
CMYK00.640.660.24
HSL1.89º50.6%50.78%-
HSV(B)1.89º65.8%75.69%-
XYZ25.1716.116.94-
YUV106.32105.25189.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.66%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=58.66%
G=21.28%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193706600.640.660.241.8950.650.78
HexC14642040421823333
Octal30110610201001023026363
Binary11000001100011010000100100000010000101100010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14642; }

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

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

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

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

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

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

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

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