#CF6981

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

Shades of Charm #CF6981

Tints of Charm #CF6981

Color information

#CF6981 (or 0xCF6981) is unknown color: approx Charm. HEX triplet: CF, 69 and 81. RGB value is (207,105,129). Sum of RGB (Red+Green+Blue) = 207+105+129=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6981 is #30967E. Grayscale: #8A8A8A. Windows color (decimal): -3184255 or 8481231. OLE color: 8481231.

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

Color convert

RGB207105129-
CMYK00.490.380.19
HSL345.88º51.52%61.18%-
HSV(B)345.88º49.28%81.18%-
XYZ34.7524.9523.75-
YUV138.23122.79177.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 129 (50.78% from 255) = 29.25%
R=46.94%
G=23.81%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710512900.490.380.19345.8851.5261.18
HexCF6981031261315a343d
Octal31715120106146235326475
Binary11001111110100110000001011000110011010011101011010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6981; }

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

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

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

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

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

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

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

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