#C57652

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

Shades of Red Damask #C57652

Tints of Red Damask #C57652

Color information

#C57652 (or 0xC57652) is unknown color: approx Red Damask. HEX triplet: C5, 76 and 52. RGB value is (197,118,82). Sum of RGB (Red+Green+Blue) = 197+118+82=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C57652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57652 is #3A89AD. Grayscale: #898989. Windows color (decimal): -3836334 or 5404357. OLE color: 5404357.

HSL color Cylindrical-coordinate representation of color #C57652: hue angle of 18.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C57652 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19711882-
CMYK00.400.580.23
HSL18.78º49.78%54.71%-
HSV(B)18.78º58.38%77.25%-
XYZ31.0325.4411.26-
YUV137.5296.67170.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=49.62%
G=29.72%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971188200.400.580.2318.7849.7854.71
HexC576520283A17133237
Octal3051661220507227236267
Binary110001011110110101001001010001110101011110011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57652; }

 p { color: rgb(197,118,82); }

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

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

 a { background-color: rgb(197,118,82); }

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

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

 span { border-color: rgb(197,118,82); }

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