#C27E85

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

Shades of Charm #C27E85

Tints of Charm #C27E85

Color information

#C27E85 (or 0xC27E85) is unknown color: approx Charm. HEX triplet: C2, 7E and 85. RGB value is (194,126,133). Sum of RGB (Red+Green+Blue) = 194+126+133=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E85 is #3D817A. Grayscale: #939393. Windows color (decimal): -4030843 or 8748738. OLE color: 8748738.

HSL color Cylindrical-coordinate representation of color #C27E85: hue angle of 353.82º 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 #C27E85 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194126133-
CMYK00.350.310.24
HSL353.82º35.79%62.75%-
HSV(B)353.82º35.05%76.08%-
XYZ33.9428.0825.82-
YUV147.13120.03161.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=42.83%
G=27.81%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412613300.350.310.24353.8235.7962.75
HexC27E850231F18162243f
Octal30217620504337305424477
Binary1100001011111101000010101000111111111000101100010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E85; }

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

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

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

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

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

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

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

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