#C04A43

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

Shades of Chestnut #C04A43

Tints of Chestnut #C04A43

Color information

#C04A43 (or 0xC04A43) is unknown color: approx Chestnut. HEX triplet: C0, 4A and 43. RGB value is (192,74,67). Sum of RGB (Red+Green+Blue) = 192+74+67=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A43 is #3FB5BC. Grayscale: #6C6C6C. Windows color (decimal): -4175293 or 4410048. OLE color: 4410048.

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

Color convert

RGB1927467-
CMYK00.610.650.25
HSL3.36º49.8%50.78%-
HSV(B)3.36º65.1%75.29%-
XYZ25.216.517.17-
YUV108.48104.59187.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 67 (26.56% from 255) = 20.12%
R=57.66%
G=22.22%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192746700.610.650.253.3649.850.78
HexC04A4303D411933233
Octal3001121030751013136263
Binary1100000010010101000011011110110000011100111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04A43; }

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

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

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

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

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

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

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

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