#C2777F

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

Shades of Charm #C2777F

Tints of Charm #C2777F

Color information

#C2777F (or 0xC2777F) is unknown color: approx Charm. HEX triplet: C2, 77 and 7F. RGB value is (194,119,127). Sum of RGB (Red+Green+Blue) = 194+119+127=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2777F is #3D8880. Grayscale: #8E8E8E. Windows color (decimal): -4032641 or 8353730. OLE color: 8353730.

HSL color Cylindrical-coordinate representation of color #C2777F: hue angle of 353.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2777F is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194119127-
CMYK00.390.350.24
HSL353.6º38.07%61.37%-
HSV(B)353.6º38.66%76.08%-
XYZ32.6826.223.41-
YUV142.34119.35164.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 127 (50% from 255) = 28.86%
R=44.09%
G=27.05%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411912700.390.350.24353.638.0761.37
HexC2777F0272318162263d
Octal30216717704743305424675
Binary1100001011101111111111010011110001111000101100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2777F; }

 p { color: rgb(194,119,127); }

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

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

 a { background-color: rgb(194,119,127); }

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

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

 span { border-color: rgb(194,119,127); }

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