#C27F84

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

Shades of Charm #C27F84

Tints of Charm #C27F84

Color information

#C27F84 (or 0xC27F84) is unknown color: approx Charm. HEX triplet: C2, 7F and 84. RGB value is (194,127,132). Sum of RGB (Red+Green+Blue) = 194+127+132=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F84 is #3D807B. Grayscale: #939393. Windows color (decimal): -4030588 or 8683458. OLE color: 8683458.

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

Color convert

RGB194127132-
CMYK00.350.320.24
HSL355.52º35.45%62.94%-
HSV(B)355.52º34.54%76.08%-
XYZ3428.3125.5-
YUV147.6119.2161.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=42.83%
G=28.04%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412713200.350.320.24355.5235.4562.94
HexC27F840232018164233f
Octal30217720404340305444377
Binary11000010111111110000100010001110000011000101100100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F84; }

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

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

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

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

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

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

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

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