#C77C8B

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

Shades of Charm #C77C8B

Tints of Charm #C77C8B

Color information

#C77C8B (or 0xC77C8B) is unknown color: approx Charm. HEX triplet: C7, 7C and 8B. RGB value is (199,124,139). Sum of RGB (Red+Green+Blue) = 199+124+139=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C8B is #388374. Grayscale: #949494. Windows color (decimal): -3703669 or 9141447. OLE color: 9141447.

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

Color convert

RGB199124139-
CMYK00.380.300.22
HSL348º40.11%63.33%-
HSV(B)348º37.69%78.04%-
XYZ35.4228.4228.05-
YUV148.14122.85164.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.07%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=43.07%
G=26.84%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912413900.380.300.2234840.1163.33
HexC77C8B0261E1615c283f
Octal30717421304636265345077
Binary1100011111111001000101101001101111010110101011100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77C8B; }

 p { color: rgb(199,124,139); }

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

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

 a { background-color: rgb(199,124,139); }

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

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

 span { border-color: rgb(199,124,139); }

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