#CA6846

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

Shades of Red Damask #CA6846

Tints of Red Damask #CA6846

Color information

#CA6846 (or 0xCA6846) is unknown color: approx Red Damask. HEX triplet: CA, 68 and 46. RGB value is (202,104,70). Sum of RGB (Red+Green+Blue) = 202+104+70=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6846 is #3597B9. Grayscale: #818181. Windows color (decimal): -3512250 or 4614346. OLE color: 4614346.

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

Color convert

RGB20210470-
CMYK00.490.650.21
HSL15.45º55.46%53.33%-
HSV(B)15.45º65.35%79.22%-
XYZ30.4122.98.61-
YUV129.4394.47179.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.72%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=53.72%
G=27.66%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021047000.490.650.2115.4555.4653.33
HexCA68460314115f3735
Octal31215010606110125176765
Binary110010101101000100011001100011000001101011111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6846; }

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

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

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

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

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

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

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

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