#CF6988

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

Shades of Charm #CF6988

Tints of Charm #CF6988

Color information

#CF6988 (or 0xCF6988) is unknown color: approx Charm. HEX triplet: CF, 69 and 88. RGB value is (207,105,136). Sum of RGB (Red+Green+Blue) = 207+105+136=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6988 is #309677. Grayscale: #8B8B8B. Windows color (decimal): -3184248 or 8939983. OLE color: 8939983.

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

Color convert

RGB207105136-
CMYK00.490.340.19
HSL341.76º51.52%61.18%-
HSV(B)341.76º49.28%81.18%-
XYZ35.2325.1526.29-
YUV139.03126.29176.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 136 (53.52% from 255) = 30.36%
R=46.21%
G=23.44%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710513600.490.340.19341.7651.5261.18
HexCF69880312213156343d
Octal31715121006142235266475
Binary11001111110100110001000011000110001010011101010110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6988; }

 p { color: rgb(207,105,136); }

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

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

 a { background-color: rgb(207,105,136); }

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

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

 span { border-color: rgb(207,105,136); }

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