#CF7E84

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

Shades of Charm #CF7E84

Tints of Charm #CF7E84

Color information

#CF7E84 (or 0xCF7E84) is unknown color: approx Charm. HEX triplet: CF, 7E and 84. RGB value is (207,126,132). Sum of RGB (Red+Green+Blue) = 207+126+132=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E84 is #30817B. Grayscale: #969696. Windows color (decimal): -3178876 or 8683215. OLE color: 8683215.

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

Color convert

RGB207126132-
CMYK00.390.360.19
HSL355.56º45.76%65.29%-
HSV(B)355.56º39.13%81.18%-
XYZ37.3629.8525.62-
YUV150.9117.34168.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=44.52%
G=27.10%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712613200.390.360.19355.5645.7665.29
HexCF7E8402724131642e41
Octal317176204047442354456101
Binary110011111111110100001000100111100100100111011001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7E84; }

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

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

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

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

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

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

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

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