#C14844

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

Shades of Chestnut #C14844

Tints of Chestnut #C14844

Color information

#C14844 (or 0xC14844) is unknown color: approx Chestnut. HEX triplet: C1, 48 and 44. RGB value is (193,72,68). Sum of RGB (Red+Green+Blue) = 193+72+68=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C14844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14844 is #3EB7BB. Grayscale: #6B6B6B. Windows color (decimal): -4110268 or 4475073. OLE color: 4475073.

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

Color convert

RGB1937268-
CMYK00.630.650.24
HSL1.92º50.2%51.18%-
HSV(B)1.92º64.77%75.69%-
XYZ25.3516.397.3-
YUV107.72105.59188.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.96%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=57.96%
G=21.62%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193726800.630.650.241.9250.251.18
HexC1484403F411823233
Octal3011101040771013026263
Binary1100000110010001000100011111110000011100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14844; }

 p { color: rgb(193,72,68); }

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

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

 a { background-color: rgb(193,72,68); }

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

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

 span { border-color: rgb(193,72,68); }

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