#C04341

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

Shades of Chestnut #C04341

Tints of Chestnut #C04341

Color information

#C04341 (or 0xC04341) is unknown color: approx Chestnut. HEX triplet: C0, 43 and 41. RGB value is (192,67,65). Sum of RGB (Red+Green+Blue) = 192+67+65=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C04341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04341 is #3FBCBE. Grayscale: #686868. Windows color (decimal): -4177087 or 4277184. OLE color: 4277184.

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

Color convert

RGB1926765-
CMYK00.650.660.25
HSL0.94º50.2%50.39%-
HSV(B)0.94º66.15%75.29%-
XYZ24.715.66.71-
YUV104.15105.91190.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.26%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=59.26%
G=20.68%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192676500.650.660.250.9450.250.39
HexC04341041421913232
Octal30010310101011023116262
Binary1100000010000111000001010000011000010110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04341; }

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

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

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

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

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

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

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

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