#CA728E

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

Shades of Charm #CA728E

Tints of Charm #CA728E

Color information

#CA728E (or 0xCA728E) is unknown color: approx Charm. HEX triplet: CA, 72 and 8E. RGB value is (202,114,142). Sum of RGB (Red+Green+Blue) = 202+114+142=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA728E is #358D71. Grayscale: #8F8F8F. Windows color (decimal): -3509618 or 9335498. OLE color: 9335498.

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

Color convert

RGB202114142-
CMYK00.440.300.21
HSL340.91º45.36%61.96%-
HSV(B)340.91º43.56%79.22%-
XYZ35.2626.5428.86-
YUV143.5127.15169.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=44.10%
G=24.89%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211414200.440.300.21340.9145.3661.96
HexCA728E02C1E151552d3e
Octal31216221605436255255576
Binary1100101011100101000111001011001111010101101010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA728E; }

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

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

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

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

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

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

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

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