#CF718D

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

Shades of Charm #CF718D

Tints of Charm #CF718D

Color information

#CF718D (or 0xCF718D) is unknown color: approx Charm. HEX triplet: CF, 71 and 8D. RGB value is (207,113,141). Sum of RGB (Red+Green+Blue) = 207+113+141=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF718D is #308E72. Grayscale: #909090. Windows color (decimal): -3182195 or 9269711. OLE color: 9269711.

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

Color convert

RGB207113141-
CMYK00.450.320.19
HSL342.13º49.47%62.75%-
HSV(B)342.13º45.41%81.18%-
XYZ36.442728.49-
YUV144.3126.14172.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=44.90%
G=24.51%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711314100.450.320.19342.1349.4762.75
HexCF718D02D2013156313f
Octal31716121505540235266177
Binary11001111111000110001101010110110000010011101010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF718D; }

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

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

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

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

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

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

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

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