#C27686

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

Shades of Charm #C27686

Tints of Charm #C27686

Color information

#C27686 (or 0xC27686) is unknown color: approx Charm. HEX triplet: C2, 76 and 86. RGB value is (194,118,134). Sum of RGB (Red+Green+Blue) = 194+118+134=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C27686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27686 is #3D8979. Grayscale: #8E8E8E. Windows color (decimal): -4032890 or 8812226. OLE color: 8812226.

HSL color Cylindrical-coordinate representation of color #C27686: hue angle of 347.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27686 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194118134-
CMYK00.390.310.24
HSL347.37º38.38%61.18%-
HSV(B)347.37º39.18%76.08%-
XYZ33.0326.1525.86-
YUV142.55123.18164.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 134 (52.73% from 255) = 30.04%
R=43.50%
G=26.46%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411813400.390.310.24347.3738.3861.18
HexC276860271F1815b263d
Octal30216620604737305334675
Binary1100001011101101000011001001111111111000101011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27686; }

 p { color: rgb(194,118,134); }

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

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

 a { background-color: rgb(194,118,134); }

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

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

 span { border-color: rgb(194,118,134); }

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