#CA7549

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

Shades of Red Damask #CA7549

Tints of Red Damask #CA7549

Color information

#CA7549 (or 0xCA7549) is unknown color: approx Red Damask. HEX triplet: CA, 75 and 49. RGB value is (202,117,73). Sum of RGB (Red+Green+Blue) = 202+117+73=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7549 is #358AB6. Grayscale: #898989. Windows color (decimal): -3508919 or 4814282. OLE color: 4814282.

HSL color Cylindrical-coordinate representation of color #CA7549: hue angle of 20.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA7549 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20211773-
CMYK00.420.640.21
HSL20.47º54.89%53.92%-
HSV(B)20.47º63.86%79.22%-
XYZ31.9225.769.59-
YUV137.491.66174.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 73 (28.91% from 255) = 18.62%
R=51.53%
G=29.85%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021177300.420.640.2120.4754.8953.92
HexCA754902A4015143736
Octal31216511105210025246766
Binary1100101011101011001001010101010000001010110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7549; }

 p { color: rgb(202,117,73); }

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

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

 a { background-color: rgb(202,117,73); }

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

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

 span { border-color: rgb(202,117,73); }

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