#C77B86

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

Shades of Charm #C77B86

Tints of Charm #C77B86

Color information

#C77B86 (or 0xC77B86) is unknown color: approx Charm. HEX triplet: C7, 7B and 86. RGB value is (199,123,134). Sum of RGB (Red+Green+Blue) = 199+123+134=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77B86 is #388479. Grayscale: #939393. Windows color (decimal): -3703930 or 8813511. OLE color: 8813511.

HSL color Cylindrical-coordinate representation of color #C77B86: hue angle of 351.32º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77B86 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199123134-
CMYK00.380.330.22
HSL351.32º40.43%63.14%-
HSV(B)351.32º38.19%78.04%-
XYZ34.9428.0326.12-
YUV146.98120.68165.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 134 (52.73% from 255) = 29.39%
R=43.64%
G=26.97%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912313400.380.330.22351.3240.4363.14
HexC77B86026211615f283f
Octal30717320604641265375077
Binary11000111111101110000110010011010000110110101011111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77B86; }

 p { color: rgb(199,123,134); }

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

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

 a { background-color: rgb(199,123,134); }

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

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

 span { border-color: rgb(199,123,134); }

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