#CA7247

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

Shades of Red Damask #CA7247

Tints of Red Damask #CA7247

Color information

#CA7247 (or 0xCA7247) is unknown color: approx Red Damask. HEX triplet: CA, 72 and 47. RGB value is (202,114,71). Sum of RGB (Red+Green+Blue) = 202+114+71=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7247 is #358DB8. Grayscale: #878787. Windows color (decimal): -3509689 or 4682442. OLE color: 4682442.

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

Color convert

RGB20211471-
CMYK00.440.650.21
HSL19.69º55.27%53.53%-
HSV(B)19.69º64.85%79.22%-
XYZ31.5125.059.13-
YUV135.4191.65175.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 71 (28.12% from 255) = 18.35%
R=52.20%
G=29.46%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021147100.440.650.2119.6955.2753.53
HexCA724702C4115143736
Octal31216210705410125246766
Binary1100101011100101000111010110010000011010110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7247; }

 p { color: rgb(202,114,71); }

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

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

 a { background-color: rgb(202,114,71); }

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

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

 span { border-color: rgb(202,114,71); }

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