#CF7F8D

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

Shades of Charm #CF7F8D

Tints of Charm #CF7F8D

Color information

#CF7F8D (or 0xCF7F8D) is unknown color: approx Charm. HEX triplet: CF, 7F and 8D. RGB value is (207,127,141). Sum of RGB (Red+Green+Blue) = 207+127+141=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F8D is #308072. Grayscale: #989898. Windows color (decimal): -3178611 or 9273295. OLE color: 9273295.

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

Color convert

RGB207127141-
CMYK00.390.320.19
HSL349.5º45.45%65.49%-
HSV(B)349.5º38.65%81.18%-
XYZ38.1330.3729.05-
YUV152.52121.5166.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=43.58%
G=26.74%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712714100.390.320.19349.545.4565.49
HexCF7F8D027201315e2d41
Octal317177215047402353655101
Binary110011111111111100011010100111100000100111010111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7F8D; }

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

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

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

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

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

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

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

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