#C77C7F

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

Shades of Charm #C77C7F

Tints of Charm #C77C7F

Color information

#C77C7F (or 0xC77C7F) is unknown color: approx Charm. HEX triplet: C7, 7C and 7F. RGB value is (199,124,127). Sum of RGB (Red+Green+Blue) = 199+124+127=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77C7F is #388380. Grayscale: #929292. Windows color (decimal): -3703681 or 8355015. OLE color: 8355015.

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

Color convert

RGB199124127-
CMYK00.380.360.22
HSL357.6º40.11%63.33%-
HSV(B)357.6º37.69%78.04%-
XYZ34.5928.0923.68-
YUV146.77116.85165.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 127 (50% from 255) = 28.22%
R=44.22%
G=27.56%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912412700.380.360.22357.640.1163.33
HexC77C7F0262416166283f
Octal30717417704644265465077
Binary1100011111111001111111010011010010010110101100110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77C7F; }

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

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

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

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

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

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

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

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