#CA7346

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

Shades of Red Damask #CA7346

Tints of Red Damask #CA7346

Color information

#CA7346 (or 0xCA7346) is unknown color: approx Red Damask. HEX triplet: CA, 73 and 46. RGB value is (202,115,70). Sum of RGB (Red+Green+Blue) = 202+115+70=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7346 is #358CB9. Grayscale: #888888. Windows color (decimal): -3509434 or 4617162. OLE color: 4617162.

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

Color convert

RGB20211570-
CMYK00.430.650.21
HSL20.45º55.46%53.33%-
HSV(B)20.45º65.35%79.22%-
XYZ31.5925.269-
YUV135.8890.82175.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 70 (27.73% from 255) = 18.09%
R=52.20%
G=29.72%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021157000.430.650.2120.4555.4653.33
HexCA734602B4115143735
Octal31216310605310125246765
Binary1100101011100111000110010101110000011010110100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7346; }

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

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

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

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

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

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

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

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