#CA748D

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

Shades of Charm #CA748D

Tints of Charm #CA748D

Color information

#CA748D (or 0xCA748D) is unknown color: approx Charm. HEX triplet: CA, 74 and 8D. RGB value is (202,116,141). Sum of RGB (Red+Green+Blue) = 202+116+141=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748D is #358B72. Grayscale: #909090. Windows color (decimal): -3509107 or 9270474. OLE color: 9270474.

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

Color convert

RGB202116141-
CMYK00.430.300.21
HSL342.56º44.79%62.35%-
HSV(B)342.56º42.57%79.22%-
XYZ35.4126.9728.54-
YUV144.56125.99168.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=44.01%
G=25.27%
B=30.72%

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
Decimal20211614100.430.300.21342.5644.7962.35
HexCA748D02B1E151572d3e
Octal31216421505336255275576
Binary1100101011101001000110101010111111010101101010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA748D; }

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

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

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

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

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

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

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

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