#CA664D

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

Shades of Red Damask #CA664D

Tints of Red Damask #CA664D

Color information

#CA664D (or 0xCA664D) is unknown color: approx Red Damask. HEX triplet: CA, 66 and 4D. RGB value is (202,102,77). Sum of RGB (Red+Green+Blue) = 202+102+77=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA664D is #3599B2. Grayscale: #818181. Windows color (decimal): -3512755 or 5072586. OLE color: 5072586.

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

Color convert

RGB20210277-
CMYK00.500.620.21
HSL12º54.11%54.71%-
HSV(B)12º61.88%79.22%-
XYZ30.4522.69.78-
YUV129.0598.63180.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=53.02%
G=26.77%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021027700.500.620.211254.1154.71
HexCA664D0323E15c3637
Octal3121461150627625146667
Binary11001010110011010011010110010111110101011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA664D; }

 p { color: rgb(202,102,77); }

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

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

 a { background-color: rgb(202,102,77); }

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

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

 span { border-color: rgb(202,102,77); }

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