#CA6845

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

Shades of Red Damask #CA6845

Tints of Red Damask #CA6845

Color information

#CA6845 (or 0xCA6845) is unknown color: approx Red Damask. HEX triplet: CA, 68 and 45. RGB value is (202,104,69). Sum of RGB (Red+Green+Blue) = 202+104+69=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6845 is #3597BA. Grayscale: #818181. Windows color (decimal): -3512251 or 4548810. OLE color: 4548810.

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

Color convert

RGB20210469-
CMYK00.490.660.21
HSL15.79º55.65%53.14%-
HSV(B)15.79º65.84%79.22%-
XYZ30.3822.898.45-
YUV129.3193.97179.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=53.87%
G=27.73%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021046900.490.660.2115.7955.6553.14
HexCA68450314215103835
Octal31215010506110225207065
Binary1100101011010001000101011000110000101010110000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6845; }

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

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

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

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

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

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

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

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