#C17986

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

Shades of Charm #C17986

Tints of Charm #C17986

Color information

#C17986 (or 0xC17986) is unknown color: approx Charm. HEX triplet: C1, 79 and 86. RGB value is (193,121,134). Sum of RGB (Red+Green+Blue) = 193+121+134=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C17986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17986 is #3E8679. Grayscale: #909090. Windows color (decimal): -4097658 or 8812993. OLE color: 8812993.

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

Color convert

RGB193121134-
CMYK00.370.310.24
HSL349.17º36.73%61.57%-
HSV(B)349.17º37.31%75.69%-
XYZ33.1326.7325.97-
YUV144.01122.35162.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=43.08%
G=27.01%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312113400.370.310.24349.1736.7361.57
HexC179860251F1815d253e
Octal30117120604537305354576
Binary1100000111110011000011001001011111111000101011101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17986; }

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

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

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

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

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

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

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

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