#C37253

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

Shades of Red Damask #C37253

Tints of Red Damask #C37253

Color information

#C37253 (or 0xC37253) is unknown color: approx Red Damask. HEX triplet: C3, 72 and 53. RGB value is (195,114,83). Sum of RGB (Red+Green+Blue) = 195+114+83=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C37253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37253 is #3C8DAC. Grayscale: #868686. Windows color (decimal): -3968429 or 5468867. OLE color: 5468867.

HSL color Cylindrical-coordinate representation of color #C37253: hue angle of 16.61º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C37253 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19511483-
CMYK00.420.570.24
HSL16.61º48.28%54.51%-
HSV(B)16.61º57.44%76.47%-
XYZ30.0824.2611.28-
YUV134.6898.84171.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 83 (32.81% from 255) = 21.17%
R=49.74%
G=29.08%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951148300.420.570.2416.6148.2854.51
HexC3725302A3918113037
Octal3031621230527130216067
Binary110000111110010101001101010101110011100010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37253; }

 p { color: rgb(195,114,83); }

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

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

 a { background-color: rgb(195,114,83); }

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

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

 span { border-color: rgb(195,114,83); }

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