#CA6646

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

Shades of Red Damask #CA6646

Tints of Red Damask #CA6646

Color information

#CA6646 (or 0xCA6646) is unknown color: approx Red Damask. HEX triplet: CA, 66 and 46. RGB value is (202,102,70). Sum of RGB (Red+Green+Blue) = 202+102+70=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6646 is #3599B9. Grayscale: #808080. Windows color (decimal): -3512762 or 4613834. OLE color: 4613834.

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

Color convert

RGB20210270-
CMYK00.500.650.21
HSL14.55º55.46%53.33%-
HSV(B)14.55º65.35%79.22%-
XYZ30.2122.58.55-
YUV128.2595.13180.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=54.01%
G=27.27%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021027000.500.650.2114.5555.4653.33
HexCA66460324115f3735
Octal31214610606210125176765
Binary110010101100110100011001100101000001101011111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6646; }

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

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

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

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

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

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

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

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