#CA747D

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

Shades of Charm #CA747D

Tints of Charm #CA747D

Color information

#CA747D (or 0xCA747D) is unknown color: approx Charm. HEX triplet: CA, 74 and 7D. RGB value is (202,116,125). Sum of RGB (Red+Green+Blue) = 202+116+125=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA747D is #358B82. Grayscale: #8E8E8E. Windows color (decimal): -3509123 or 8221898. OLE color: 8221898.

HSL color Cylindrical-coordinate representation of color #CA747D: hue angle of 353.72º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA747D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202116125-
CMYK00.430.380.21
HSL353.72º44.79%62.35%-
HSV(B)353.72º42.57%79.22%-
XYZ34.326.5322.71-
YUV142.74117.99170.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=45.60%
G=26.19%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211612500.430.380.21353.7244.7962.35
HexCA747D02B26151622d3e
Octal31216417505346255425576
Binary1100101011101001111101010101110011010101101100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA747D; }

 p { color: rgb(202,116,125); }

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

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

 a { background-color: rgb(202,116,125); }

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

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

 span { border-color: rgb(202,116,125); }

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