#CF7786

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

Shades of Charm #CF7786

Tints of Charm #CF7786

Color information

#CF7786 (or 0xCF7786) is unknown color: approx Charm. HEX triplet: CF, 77 and 86. RGB value is (207,119,134). Sum of RGB (Red+Green+Blue) = 207+119+134=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7786 is #308879. Grayscale: #939393. Windows color (decimal): -3180666 or 8812495. OLE color: 8812495.

HSL color Cylindrical-coordinate representation of color #CF7786: hue angle of 349.77º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7786 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207119134-
CMYK00.430.350.19
HSL349.77º47.83%63.92%-
HSV(B)349.77º42.51%81.18%-
XYZ36.6328.1826.06-
YUV147.02120.65170.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=45%
G=25.87%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711913400.430.350.19349.7747.8363.92
HexCF778602B231315e3040
Octal317167206053432353660100
Binary110011111110111100001100101011100011100111010111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7786; }

 p { color: rgb(207,119,134); }

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

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

 a { background-color: rgb(207,119,134); }

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

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

 span { border-color: rgb(207,119,134); }

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