#CF6F89

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

Shades of Charm #CF6F89

Tints of Charm #CF6F89

Color information

#CF6F89 (or 0xCF6F89) is unknown color: approx Charm. HEX triplet: CF, 6F and 89. RGB value is (207,111,137). Sum of RGB (Red+Green+Blue) = 207+111+137=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F89 is #309076. Grayscale: #8E8E8E. Windows color (decimal): -3182711 or 9007055. OLE color: 9007055.

HSL color Cylindrical-coordinate representation of color #CF6F89: hue angle of 343.75º 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 #CF6F89 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB207111137-
CMYK00.460.340.19
HSL343.75º50%62.35%-
HSV(B)343.75º46.38%81.18%-
XYZ35.9326.4426.88-
YUV142.67124.8173.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=45.49%
G=24.40%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711113700.460.340.19343.755062.35
HexCF6F8902E2213158323e
Octal31715721105642235306276
Binary11001111110111110001001010111010001010011101011000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6F89; }

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

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

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

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

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

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

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

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