#CF6C89

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

Shades of Charm #CF6C89

Tints of Charm #CF6C89

Color information

#CF6C89 (or 0xCF6C89) is unknown color: approx Charm. HEX triplet: CF, 6C and 89. RGB value is (207,108,137). Sum of RGB (Red+Green+Blue) = 207+108+137=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6C89 is #309376. Grayscale: #8C8C8C. Windows color (decimal): -3183479 or 9006287. OLE color: 9006287.

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

Color convert

RGB207108137-
CMYK00.480.340.19
HSL342.42º50.77%61.76%-
HSV(B)342.42º47.83%81.18%-
XYZ35.6125.826.77-
YUV140.91125.8175.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=45.80%
G=23.89%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710813700.480.340.19342.4250.7761.76
HexCF6C890302213156333e
Octal31715421106042235266376
Binary11001111110110010001001011000010001010011101010110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C89; }

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

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

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

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

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

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

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

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