#CA724B

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

Shades of Red Damask #CA724B

Tints of Red Damask #CA724B

Color information

#CA724B (or 0xCA724B) is unknown color: approx Red Damask. HEX triplet: CA, 72 and 4B. RGB value is (202,114,75). Sum of RGB (Red+Green+Blue) = 202+114+75=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA724B is #358DB4. Grayscale: #888888. Windows color (decimal): -3509685 or 4944586. OLE color: 4944586.

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

Color convert

RGB20211475-
CMYK00.440.630.21
HSL18.43º54.51%54.31%-
HSV(B)18.43º62.87%79.22%-
XYZ31.6425.19.83-
YUV135.8793.65175.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 75 (29.69% from 255) = 19.18%
R=51.66%
G=29.16%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021147500.440.630.2118.4354.5154.31
HexCA724B02C3F15123736
Octal3121621130547725226766
Binary110010101110010100101101011001111111010110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA724B; }

 p { color: rgb(202,114,75); }

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

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

 a { background-color: rgb(202,114,75); }

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

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

 span { border-color: rgb(202,114,75); }

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