#CA6C4D

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

Shades of Red Damask #CA6C4D

Tints of Red Damask #CA6C4D

Color information

#CA6C4D (or 0xCA6C4D) is unknown color: approx Red Damask. HEX triplet: CA, 6C and 4D. RGB value is (202,108,77). Sum of RGB (Red+Green+Blue) = 202+108+77=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C4D is #3593B2. Grayscale: #848484. Windows color (decimal): -3511219 or 5074122. OLE color: 5074122.

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

Color convert

RGB20210877-
CMYK00.470.620.21
HSL14.88º54.11%54.71%-
HSV(B)14.88º61.88%79.22%-
XYZ31.0623.829.98-
YUV132.5796.64177.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 77 (30.47% from 255) = 19.90%
R=52.20%
G=27.91%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021087700.470.620.2114.8854.1154.71
HexCA6C4D02F3E15f3637
Octal3121541150577625176667
Binary11001010110110010011010101111111110101011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C4D; }

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

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

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

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

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

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

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

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