#CA6B87

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

Shades of Charm #CA6B87

Tints of Charm #CA6B87

Color information

#CA6B87 (or 0xCA6B87) is unknown color: approx Charm. HEX triplet: CA, 6B and 87. RGB value is (202,107,135). Sum of RGB (Red+Green+Blue) = 202+107+135=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B87 is #359478. Grayscale: #8A8A8A. Windows color (decimal): -3511417 or 8874954. OLE color: 8874954.

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

Color convert

RGB202107135-
CMYK00.470.330.21
HSL342.32º47.26%60.59%-
HSV(B)342.32º47.03%79.22%-
XYZ33.9924.8225.92-
YUV138.6125.97173.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 107 (42.19% from 255) = 24.10%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=45.50%
G=24.10%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210713500.470.330.21342.3247.2660.59
HexCA6B8702F21151562f3d
Octal31215320705741255265775
Binary11001010110101110000111010111110000110101101010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B87; }

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

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

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

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

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

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

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

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