#C27C82

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

Shades of Charm #C27C82

Tints of Charm #C27C82

Color information

#C27C82 (or 0xC27C82) is unknown color: approx Charm. HEX triplet: C2, 7C and 82. RGB value is (194,124,130). Sum of RGB (Red+Green+Blue) = 194+124+130=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C82 is #3D837D. Grayscale: #919191. Windows color (decimal): -4031358 or 8551618. OLE color: 8551618.

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

Color convert

RGB194124130-
CMYK00.360.330.24
HSL354.86º36.46%62.35%-
HSV(B)354.86º36.08%76.08%-
XYZ33.4927.524.66-
YUV145.61119.19162.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=43.30%
G=27.68%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412413000.360.330.24354.8636.4662.35
HexC27C820242118163243e
Octal30217420204441305434476
Binary11000010111110010000010010010010000111000101100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C82; }

 p { color: rgb(194,124,130); }

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

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

 a { background-color: rgb(194,124,130); }

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

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

 span { border-color: rgb(194,124,130); }

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