#CA748E

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

Shades of Charm #CA748E

Tints of Charm #CA748E

Color information

#CA748E (or 0xCA748E) is unknown color: approx Charm. HEX triplet: CA, 74 and 8E. RGB value is (202,116,142). Sum of RGB (Red+Green+Blue) = 202+116+142=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748E is #358B71. Grayscale: #909090. Windows color (decimal): -3509106 or 9336010. OLE color: 9336010.

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

Color convert

RGB202116142-
CMYK00.430.300.21
HSL341.86º44.79%62.35%-
HSV(B)341.86º42.57%79.22%-
XYZ35.492728.93-
YUV144.68126.49168.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=43.91%
G=25.22%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211614200.430.300.21341.8644.7962.35
HexCA748E02B1E151562d3e
Octal31216421605336255265576
Binary1100101011101001000111001010111111010101101010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA748E; }

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

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

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

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

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

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

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

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