#cf6f87

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

Shades of Charm #CF6F87

Tints of Charm #CF6F87

Color information

#CF6F87 (or 0xCF6F87) is unknown color: approx Charm. HEX triplet: CF, 6F and 87. RGB value is (207,111,135). Sum of RGB (Red+Green+Blue) = 207+111+135=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F87 is #309078. Grayscale: #8E8E8E. Windows color (decimal): -3182713 or 8875983. OLE color: 8875983.

HSL color Cylindrical-coordinate representation of color #CF6F87: hue angle of 345º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F87 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207111135-
CMYK00.460.350.19
HSL345º50%62.35%-
HSV(B)345º46.38%81.18%-
XYZ35.7926.3826.13-
YUV142.44123.8174.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=45.70%
G=24.50%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711113500.460.350.193455062.35
HexCF6F8702E2313159323e
Octal31715720705643235316276
Binary11001111110111110000111010111010001110011101011001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6f87; }

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

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

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

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

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

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

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

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