#C17E86

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

Shades of Charm #C17E86

Tints of Charm #C17E86

Color information

#C17E86 (or 0xC17E86) is unknown color: approx Charm. HEX triplet: C1, 7E and 86. RGB value is (193,126,134). Sum of RGB (Red+Green+Blue) = 193+126+134=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E86 is #3E8179. Grayscale: #929292. Windows color (decimal): -4096378 or 8814273. OLE color: 8814273.

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

Color convert

RGB193126134-
CMYK00.350.310.24
HSL352.84º35.08%62.55%-
HSV(B)352.84º34.72%75.69%-
XYZ33.7627.9826.18-
YUV146.94120.7160.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=42.60%
G=27.81%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312613400.350.310.24352.8435.0862.55
HexC17E860231F18161233f
Octal30117620604337305414377
Binary1100000111111101000011001000111111111000101100001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E86; }

 p { color: rgb(193,126,134); }

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

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

 a { background-color: rgb(193,126,134); }

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

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

 span { border-color: rgb(193,126,134); }

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