#CF6C84

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

Shades of Charm #CF6C84

Tints of Charm #CF6C84

Color information

#CF6C84 (or 0xCF6C84) is unknown color: approx Charm. HEX triplet: CF, 6C and 84. RGB value is (207,108,132). Sum of RGB (Red+Green+Blue) = 207+108+132=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6C84 is #30937B. Grayscale: #8C8C8C. Windows color (decimal): -3183484 or 8678607. OLE color: 8678607.

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

Color convert

RGB207108132-
CMYK00.480.360.19
HSL345.45º50.77%61.76%-
HSV(B)345.45º47.83%81.18%-
XYZ35.2625.6624.92-
YUV140.34123.3175.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=46.31%
G=24.16%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710813200.480.360.19345.4550.7761.76
HexCF6C840302413159333e
Octal31715420406044235316376
Binary11001111110110010000100011000010010010011101011001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C84; }

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

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

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

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

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

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

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

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