#C27E7F

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

Shades of Charm #C27E7F

Tints of Charm #C27E7F

Color information

#C27E7F (or 0xC27E7F) is unknown color: approx Charm. HEX triplet: C2, 7E and 7F. RGB value is (194,126,127). Sum of RGB (Red+Green+Blue) = 194+126+127=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E7F is #3D8180. Grayscale: #929292. Windows color (decimal): -4030849 or 8355522. OLE color: 8355522.

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

Color convert

RGB194126127-
CMYK00.350.350.24
HSL359.12º35.79%62.75%-
HSV(B)359.12º35.05%76.08%-
XYZ33.5427.9223.7-
YUV146.45117.03161.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 127 (50% from 255) = 28.41%
R=43.40%
G=28.19%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412612700.350.350.24359.1235.7962.75
HexC27E7F0232318167243f
Octal30217617704343305474477
Binary1100001011111101111111010001110001111000101100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E7F; }

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

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

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

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

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

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

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

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