#CF7D84

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

Shades of Charm #CF7D84

Tints of Charm #CF7D84

Color information

#CF7D84 (or 0xCF7D84) is unknown color: approx Charm. HEX triplet: CF, 7D and 84. RGB value is (207,125,132). Sum of RGB (Red+Green+Blue) = 207+125+132=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D84 is #30827B. Grayscale: #969696. Windows color (decimal): -3179132 or 8682959. OLE color: 8682959.

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

Color convert

RGB207125132-
CMYK00.400.360.19
HSL354.88º46.07%65.1%-
HSV(B)354.88º39.61%81.18%-
XYZ37.2329.625.58-
YUV150.32117.67168.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.61%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=44.61%
G=26.94%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712513200.400.360.19354.8846.0765.1
HexCF7D8402824131632e41
Octal317175204050442354356101
Binary110011111111101100001000101000100100100111011000111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7D84; }

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

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

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

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

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

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

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

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