#CA6A4B

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

Shades of Red Damask #CA6A4B

Tints of Red Damask #CA6A4B

Color information

#CA6A4B (or 0xCA6A4B) is unknown color: approx Red Damask. HEX triplet: CA, 6A and 4B. RGB value is (202,106,75). Sum of RGB (Red+Green+Blue) = 202+106+75=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A4B is #3595B4. Grayscale: #838383. Windows color (decimal): -3511733 or 4942538. OLE color: 4942538.

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

Color convert

RGB20210675-
CMYK00.480.630.21
HSL14.65º54.51%54.31%-
HSV(B)14.65º62.87%79.22%-
XYZ30.7823.379.55-
YUV131.1796.3178.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=52.74%
G=27.68%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021067500.480.630.2114.6554.5154.31
HexCA6A4B0303F15f3736
Octal3121521130607725176766
Binary11001010110101010010110110000111111101011111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A4B; }

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

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

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

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

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

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

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

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