#cf717e

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

Shades of Charm #CF717E

Tints of Charm #CF717E

Color information

#CF717E (or 0xCF717E) is unknown color: approx Charm. HEX triplet: CF, 71 and 7E. RGB value is (207,113,126). Sum of RGB (Red+Green+Blue) = 207+113+126=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF717E is #308E81. Grayscale: #8E8E8E. Windows color (decimal): -3182210 or 8286671. OLE color: 8286671.

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

Color convert

RGB207113126-
CMYK00.450.390.19
HSL351.7º49.47%62.75%-
HSV(B)351.7º45.41%81.18%-
XYZ35.426.5823-
YUV142.59118.64173.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=46.41%
G=25.34%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711312600.450.390.19351.749.4762.75
HexCF717E02D2713160313f
Octal31716117605547235406177
Binary1100111111100011111110010110110011110011101100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf717e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf717e; }

 p { color: rgb(207,113,126); }

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

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

 a { background-color: rgb(207,113,126); }

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

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

 span { border-color: rgb(207,113,126); }

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