#CF718E

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

Shades of Charm #CF718E

Tints of Charm #CF718E

Color information

#CF718E (or 0xCF718E) is unknown color: approx Charm. HEX triplet: CF, 71 and 8E. RGB value is (207,113,142). Sum of RGB (Red+Green+Blue) = 207+113+142=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF718E is #308E71. Grayscale: #909090. Windows color (decimal): -3182194 or 9335247. OLE color: 9335247.

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

Color convert

RGB207113142-
CMYK00.450.310.19
HSL341.49º49.47%62.75%-
HSV(B)341.49º45.41%81.18%-
XYZ36.5227.0328.88-
YUV144.41126.64172.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.81%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=44.81%
G=24.46%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711314200.450.310.19341.4949.4762.75
HexCF718E02D1F13155313f
Octal31716121605537235256177
Binary1100111111100011000111001011011111110011101010101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF718E; }

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

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

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

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

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

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

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

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