#CA6F87

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

Shades of Charm #CA6F87

Tints of Charm #CA6F87

Color information

#CA6F87 (or 0xCA6F87) is unknown color: approx Charm. HEX triplet: CA, 6F and 87. RGB value is (202,111,135). Sum of RGB (Red+Green+Blue) = 202+111+135=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6F87 is #359078. Grayscale: #8C8C8C. Windows color (decimal): -3510393 or 8875978. OLE color: 8875978.

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

Color convert

RGB202111135-
CMYK00.450.330.21
HSL344.18º46.19%61.37%-
HSV(B)344.18º45.05%79.22%-
XYZ34.4125.6726.06-
YUV140.94124.65171.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 111 (43.75% from 255) = 24.78%
BLUE value IS 135 (53.12% from 255) = 30.13%
R=45.09%
G=24.78%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211113500.450.330.21344.1846.1961.37
HexCA6F8702D21151582e3d
Octal31215720705541255305675
Binary11001010110111110000111010110110000110101101011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F87; }

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

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

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

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

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

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

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

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