#C04443

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

Shades of Chestnut #C04443

Tints of Chestnut #C04443

Color information

#C04443 (or 0xC04443) is unknown color: approx Chestnut. HEX triplet: C0, 44 and 43. RGB value is (192,68,67). Sum of RGB (Red+Green+Blue) = 192+68+67=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C04443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04443 is #3FBBBC. Grayscale: #696969. Windows color (decimal): -4176829 or 4408512. OLE color: 4408512.

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

Color convert

RGB1926867-
CMYK00.650.650.25
HSL0.48º49.8%50.78%-
HSV(B)0.48º65.1%75.29%-
XYZ24.8215.757.04-
YUV104.96106.58190.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.72%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=58.72%
G=20.80%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192686700.650.650.250.4849.850.78
HexC04443041411903233
Octal30010410301011013106263
Binary1100000010001001000011010000011000001110010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04443; }

 p { color: rgb(192,68,67); }

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

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

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

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

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

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

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