#cf7c8e

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

Shades of Charm #CF7C8E

Tints of Charm #CF7C8E

Color information

#CF7C8E (or 0xCF7C8E) is unknown color: approx Charm. HEX triplet: CF, 7C and 8E. RGB value is (207,124,142). Sum of RGB (Red+Green+Blue) = 207+124+142=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7C8E is #308371. Grayscale: #969696. Windows color (decimal): -3179378 or 9338063. OLE color: 9338063.

HSL color Cylindrical-coordinate representation of color #CF7C8E: hue angle of 346.99º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7C8E is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207124142-
CMYK00.400.310.19
HSL346.99º46.37%64.9%-
HSV(B)346.99º40.1%81.18%-
XYZ37.8229.6329.32-
YUV150.87123168.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.76%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=43.76%
G=26.22%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712414200.400.310.19346.9946.3764.9
HexCF7C8E0281F1315b2e41
Octal317174216050372353356101
Binary11001111111110010001110010100011111100111010110111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7c8e; }

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

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

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

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

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

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

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

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