#C77B8E

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

Shades of Charm #C77B8E

Tints of Charm #C77B8E

Color information

#C77B8E (or 0xC77B8E) is unknown color: approx Charm. HEX triplet: C7, 7B and 8E. RGB value is (199,123,142). Sum of RGB (Red+Green+Blue) = 199+123+142=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77B8E is #388471. Grayscale: #939393. Windows color (decimal): -3703922 or 9337799. OLE color: 9337799.

HSL color Cylindrical-coordinate representation of color #C77B8E: hue angle of 345º 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 #C77B8E is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199123142-
CMYK00.380.290.22
HSL345º40.43%63.14%-
HSV(B)345º38.19%78.04%-
XYZ35.5228.2629.17-
YUV147.89124.68164.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=42.89%
G=26.51%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912314200.380.290.2234540.4363.14
HexC77B8E0261D16159283f
Octal30717321604635265315077
Binary1100011111110111000111001001101110110110101011001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77B8E; }

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

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

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

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

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

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

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

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