#CA6D89

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

Shades of Charm #CA6D89

Tints of Charm #CA6D89

Color information

#CA6D89 (or 0xCA6D89) is unknown color: approx Charm. HEX triplet: CA, 6D and 89. RGB value is (202,109,137). Sum of RGB (Red+Green+Blue) = 202+109+137=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6D89 is #359276. Grayscale: #8B8B8B. Windows color (decimal): -3510903 or 9006538. OLE color: 9006538.

HSL color Cylindrical-coordinate representation of color #CA6D89: hue angle of 341.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6D89 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202109137-
CMYK00.460.320.21
HSL341.94º46.73%60.98%-
HSV(B)341.94º46.04%79.22%-
XYZ34.3425.326.74-
YUV140126.31172.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 137 (53.91% from 255) = 30.58%
R=45.09%
G=24.33%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210913700.460.320.21341.9446.7360.98
HexCA6D8902E20151562f3d
Octal31215521105640255265775
Binary11001010110110110001001010111010000010101101010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D89; }

 p { color: rgb(202,109,137); }

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

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

 a { background-color: rgb(202,109,137); }

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

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

 span { border-color: rgb(202,109,137); }

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