#CF6984

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

Shades of Charm #CF6984

Tints of Charm #CF6984

Color information

#CF6984 (or 0xCF6984) is unknown color: approx Charm. HEX triplet: CF, 69 and 84. RGB value is (207,105,132). Sum of RGB (Red+Green+Blue) = 207+105+132=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6984 is #30967B. Grayscale: #8A8A8A. Windows color (decimal): -3184252 or 8677839. OLE color: 8677839.

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

Color convert

RGB207105132-
CMYK00.490.360.19
HSL344.12º51.52%61.18%-
HSV(B)344.12º49.28%81.18%-
XYZ34.9525.0324.82-
YUV138.58124.29176.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=46.62%
G=23.65%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710513200.490.360.19344.1251.5261.18
HexCF69840312413158343d
Octal31715120406144235306475
Binary11001111110100110000100011000110010010011101011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6984; }

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

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

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

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

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

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

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

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