#CA7052

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

Shades of Red Damask #CA7052

Tints of Red Damask #CA7052

Color information

#CA7052 (or 0xCA7052) is unknown color: approx Red Damask. HEX triplet: CA, 70 and 52. RGB value is (202,112,82). Sum of RGB (Red+Green+Blue) = 202+112+82=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7052 is #358FAD. Grayscale: #878787. Windows color (decimal): -3510190 or 5402826. OLE color: 5402826.

HSL color Cylindrical-coordinate representation of color #CA7052: hue angle of 15º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA7052 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20211282-
CMYK00.450.590.21
HSL15º53.1%55.69%-
HSV(B)15º59.41%79.22%-
XYZ31.6724.7511.09-
YUV135.4997.82175.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=51.01%
G=28.28%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021128200.450.590.211553.155.69
HexCA705202D3B15f3538
Octal3121601220557325176570
Binary11001010111000010100100101101111011101011111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7052; }

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

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

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

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

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

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

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

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