#C27486

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

Shades of Charm #C27486

Tints of Charm #C27486

Color information

#C27486 (or 0xC27486) is unknown color: approx Charm. HEX triplet: C2, 74 and 86. RGB value is (194,116,134). Sum of RGB (Red+Green+Blue) = 194+116+134=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C27486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27486 is #3D8B79. Grayscale: #8D8D8D. Windows color (decimal): -4033402 or 8811714. OLE color: 8811714.

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

Color convert

RGB194116134-
CMYK00.400.310.24
HSL346.15º39%60.78%-
HSV(B)346.15º40.21%76.08%-
XYZ32.825.6825.78-
YUV141.37123.84165.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=43.69%
G=26.13%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411613400.400.310.24346.153960.78
HexC274860281F1815a273d
Octal30216420605037305324775
Binary1100001011101001000011001010001111111000101011010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27486; }

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

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

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

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

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

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

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

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