#CA6B89

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

Shades of Charm #CA6B89

Tints of Charm #CA6B89

Color information

#CA6B89 (or 0xCA6B89) is unknown color: approx Charm. HEX triplet: CA, 6B and 89. RGB value is (202,107,137). Sum of RGB (Red+Green+Blue) = 202+107+137=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B89 is #359476. Grayscale: #8A8A8A. Windows color (decimal): -3511415 or 9006026. OLE color: 9006026.

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

Color convert

RGB202107137-
CMYK00.470.320.21
HSL341.05º47.26%60.59%-
HSV(B)341.05º47.03%79.22%-
XYZ34.1324.8826.67-
YUV138.82126.97173.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=45.29%
G=23.99%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210713700.470.320.21341.0547.2660.59
HexCA6B8902F20151552f3d
Octal31215321105740255255775
Binary11001010110101110001001010111110000010101101010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B89; }

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

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

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

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

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

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

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

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