#CA7049

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

Shades of Red Damask #CA7049

Tints of Red Damask #CA7049

Color information

#CA7049 (or 0xCA7049) is unknown color: approx Red Damask. HEX triplet: CA, 70 and 49. RGB value is (202,112,73). Sum of RGB (Red+Green+Blue) = 202+112+73=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7049 is #358FB6. Grayscale: #868686. Windows color (decimal): -3510199 or 4813002. OLE color: 4813002.

HSL color Cylindrical-coordinate representation of color #CA7049: hue angle of 18.14º 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 #CA7049 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20211273-
CMYK00.450.640.21
HSL18.14º54.89%53.92%-
HSV(B)18.14º63.86%79.22%-
XYZ31.3524.639.4-
YUV134.4693.32176.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=52.20%
G=28.94%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021127300.450.640.2118.1454.8953.92
HexCA704902D4015123736
Octal31216011105510025226766
Binary1100101011100001001001010110110000001010110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7049; }

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

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

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

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

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

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

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

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