#C04B43

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

Shades of Chestnut #C04B43

Tints of Chestnut #C04B43

Color information

#C04B43 (or 0xC04B43) is unknown color: approx Chestnut. HEX triplet: C0, 4B and 43. RGB value is (192,75,67). Sum of RGB (Red+Green+Blue) = 192+75+67=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B43 is #3FB4BC. Grayscale: #6D6D6D. Windows color (decimal): -4175037 or 4410304. OLE color: 4410304.

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

Color convert

RGB1927567-
CMYK00.610.650.25
HSL3.84º49.8%50.78%-
HSV(B)3.84º65.1%75.29%-
XYZ25.2716.647.19-
YUV109.07104.26187.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.49%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=57.49%
G=22.46%
B=20.06%

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
Decimal192756700.610.650.253.8449.850.78
HexC04B4303D411943233
Octal3001131030751013146263
Binary11000000100101110000110111101100000111001100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B43; }

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

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

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

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

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

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

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

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