#CA6A87

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

Shades of Charm #CA6A87

Tints of Charm #CA6A87

Color information

#CA6A87 (or 0xCA6A87) is unknown color: approx Charm. HEX triplet: CA, 6A and 87. RGB value is (202,106,135). Sum of RGB (Red+Green+Blue) = 202+106+135=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6A87 is #359578. Grayscale: #898989. Windows color (decimal): -3511673 or 8874698. OLE color: 8874698.

HSL color Cylindrical-coordinate representation of color #CA6A87: hue angle of 341.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6A87 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202106135-
CMYK00.480.330.21
HSL341.88º47.52%60.39%-
HSV(B)341.88º47.52%79.22%-
XYZ33.8824.6125.89-
YUV138.01126.3173.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=45.60%
G=23.93%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210613500.480.330.21341.8847.5260.39
HexCA6A870302115156303c
Octal31215220706041255266074
Binary11001010110101010000111011000010000110101101010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A87; }

 p { color: rgb(202,106,135); }

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

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

 a { background-color: rgb(202,106,135); }

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

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

 span { border-color: rgb(202,106,135); }

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