#CA704A

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

Shades of Red Damask #CA704A

Tints of Red Damask #CA704A

Color information

#CA704A (or 0xCA704A) is unknown color: approx Red Damask. HEX triplet: CA, 70 and 4A. RGB value is (202,112,74). Sum of RGB (Red+Green+Blue) = 202+112+74=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA704A is #358FB5. Grayscale: #868686. Windows color (decimal): -3510198 or 4878538. OLE color: 4878538.

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

Color convert

RGB20211274-
CMYK00.450.630.21
HSL17.81º54.7%54.12%-
HSV(B)17.81º63.37%79.22%-
XYZ31.3924.649.58-
YUV134.5893.82176.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=52.06%
G=28.87%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021127400.450.630.2117.8154.754.12
HexCA704A02D3F15123736
Octal3121601120557725226766
Binary110010101110000100101001011011111111010110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA704A; }

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

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

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

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

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

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

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

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