#C14444

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

Shades of Chestnut #C14444

Tints of Chestnut #C14444

Color information

#C14444 (or 0xC14444) is unknown color: approx Chestnut. HEX triplet: C1, 44 and 44. RGB value is (193,68,68). Sum of RGB (Red+Green+Blue) = 193+68+68=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C14444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14444 is #3EBBBB. Grayscale: #696969. Windows color (decimal): -4111292 or 4474049. OLE color: 4474049.

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

Color convert

RGB1936868-
CMYK00.650.650.24
HSL50.2%51.18%-
HSV(B)64.77%75.69%-
XYZ25.115.897.21-
YUV105.37106.91190.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.66%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=58.66%
G=20.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193686800.650.650.24050.251.18
HexC14444041411803233
Octal30110410401011013006263
Binary1100000110001001000100010000011000001110000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14444; }

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

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

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

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

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

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

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

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