#C77F81

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

Shades of Charm #C77F81

Tints of Charm #C77F81

Color information

#C77F81 (or 0xC77F81) is unknown color: approx Charm. HEX triplet: C7, 7F and 81. RGB value is (199,127,129). Sum of RGB (Red+Green+Blue) = 199+127+129=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F81 is #38807E. Grayscale: #949494. Windows color (decimal): -3702911 or 8486855. OLE color: 8486855.

HSL color Cylindrical-coordinate representation of color #C77F81: hue angle of 358.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77F81 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB199127129-
CMYK00.360.350.22
HSL358.33º39.13%63.92%-
HSV(B)358.33º36.18%78.04%-
XYZ35.1128.9124.5-
YUV148.76116.85163.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=43.74%
G=27.91%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912712900.360.350.22358.3339.1363.92
HexC77F8102423161662740
Octal307177201044432654647100
Binary110001111111111100000010100100100011101101011001101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F81; }

 p { color: rgb(199,127,129); }

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

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

 a { background-color: rgb(199,127,129); }

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

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

 span { border-color: rgb(199,127,129); }

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