#C37552

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

Shades of Red Damask #C37552

Tints of Red Damask #C37552

Color information

#C37552 (or 0xC37552) is unknown color: approx Red Damask. HEX triplet: C3, 75 and 52. RGB value is (195,117,82). Sum of RGB (Red+Green+Blue) = 195+117+82=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C37552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37552 is #3C8AAD. Grayscale: #888888. Windows color (decimal): -3967662 or 5404099. OLE color: 5404099.

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

Color convert

RGB19511782-
CMYK00.40.580.24
HSL18.58º48.5%54.31%-
HSV(B)18.58º57.95%76.47%-
XYZ30.3924.9311.19-
YUV136.3397.34169.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=49.49%
G=29.70%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951178200.40.580.2418.5848.554.31
HexC375520283A18133036
Octal3031651220507230236066
Binary110000111110101101001001010001110101100010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37552; }

 p { color: rgb(195,117,82); }

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

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

 a { background-color: rgb(195,117,82); }

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

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

 span { border-color: rgb(195,117,82); }

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