#C04B42

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

Shades of Chestnut #C04B42

Tints of Chestnut #C04B42

Color information

#C04B42 (or 0xC04B42) is unknown color: approx Chestnut. HEX triplet: C0, 4B and 42. RGB value is (192,75,66). Sum of RGB (Red+Green+Blue) = 192+75+66=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B42 is #3FB4BD. Grayscale: #6D6D6D. Windows color (decimal): -4175038 or 4344768. OLE color: 4344768.

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

Color convert

RGB1927566-
CMYK00.610.660.25
HSL4.29º50%50.59%-
HSV(B)4.29º65.62%75.29%-
XYZ25.2416.637.03-
YUV108.96103.76187.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=57.66%
G=22.52%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192756600.610.660.254.295050.59
HexC04B4203D421943233
Octal3001131020751023146263
Binary11000000100101110000100111101100001011001100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B42; }

 p { color: rgb(192,75,66); }

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

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

 a { background-color: rgb(192,75,66); }

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

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

 span { border-color: rgb(192,75,66); }

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