#C77B82

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

Shades of Charm #C77B82

Tints of Charm #C77B82

Color information

#C77B82 (or 0xC77B82) is unknown color: approx Charm. HEX triplet: C7, 7B and 82. RGB value is (199,123,130). Sum of RGB (Red+Green+Blue) = 199+123+130=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77B82 is #38847D. Grayscale: #929292. Windows color (decimal): -3703934 or 8551367. OLE color: 8551367.

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

Color convert

RGB199123130-
CMYK00.380.350.22
HSL354.47º40.43%63.14%-
HSV(B)354.47º38.19%78.04%-
XYZ34.6727.9224.68-
YUV146.52118.68165.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.03%
GREEN value IS 123 (48.44% from 255) = 27.21%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=44.03%
G=27.21%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912313000.380.350.22354.4740.4363.14
HexC77B820262316162283f
Octal30717320204643265425077
Binary11000111111101110000010010011010001110110101100010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77B82; }

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

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

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

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

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

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

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

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