#CA6B4D

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

Shades of Red Damask #CA6B4D

Tints of Red Damask #CA6B4D

Color information

#CA6B4D (or 0xCA6B4D) is unknown color: approx Red Damask. HEX triplet: CA, 6B and 4D. RGB value is (202,107,77). Sum of RGB (Red+Green+Blue) = 202+107+77=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B4D is #3594B2. Grayscale: #848484. Windows color (decimal): -3511475 or 5073866. OLE color: 5073866.

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

Color convert

RGB20210777-
CMYK00.470.620.21
HSL14.4º54.11%54.71%-
HSV(B)14.4º61.88%79.22%-
XYZ30.9523.619.95-
YUV131.9896.97177.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=52.33%
G=27.72%
B=19.95%

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
Decimal2021077700.470.620.2114.454.1154.71
HexCA6B4D02F3E15e3637
Octal3121531150577625166667
Binary11001010110101110011010101111111110101011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B4D; }

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

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

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

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

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

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

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

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