#CA747B

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

Shades of Charm #CA747B

Tints of Charm #CA747B

Color information

#CA747B (or 0xCA747B) is unknown color: approx Charm. HEX triplet: CA, 74 and 7B. RGB value is (202,116,123). Sum of RGB (Red+Green+Blue) = 202+116+123=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA747B is #358B84. Grayscale: #8E8E8E. Windows color (decimal): -3509125 or 8090826. OLE color: 8090826.

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

Color convert

RGB202116123-
CMYK00.430.390.21
HSL355.12º44.79%62.35%-
HSV(B)355.12º42.57%79.22%-
XYZ34.1826.4822.05-
YUV142.51116.99170.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=45.80%
G=26.30%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211612300.430.390.21355.1244.7962.35
HexCA747B02B27151632d3e
Octal31216417305347255435576
Binary1100101011101001111011010101110011110101101100011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA747B; }

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

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

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

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

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

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

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

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