#C27F83

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

Shades of Charm #C27F83

Tints of Charm #C27F83

Color information

#C27F83 (or 0xC27F83) is unknown color: approx Charm. HEX triplet: C2, 7F and 83. RGB value is (194,127,131). Sum of RGB (Red+Green+Blue) = 194+127+131=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F83 is #3D807C. Grayscale: #939393. Windows color (decimal): -4030589 or 8617922. OLE color: 8617922.

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

Color convert

RGB194127131-
CMYK00.350.320.24
HSL356.42º35.45%62.94%-
HSV(B)356.42º34.54%76.08%-
XYZ33.9328.2925.14-
YUV147.49118.7161.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=42.92%
G=28.10%
B=28.98%

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
Decimal19412713100.350.320.24356.4235.4562.94
HexC27F830232018164233f
Octal30217720304340305444377
Binary11000010111111110000011010001110000011000101100100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F83; }

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

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

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

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

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

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

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

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