#C17686

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

Shades of Charm #C17686

Tints of Charm #C17686

Color information

#C17686 (or 0xC17686) is unknown color: approx Charm. HEX triplet: C1, 76 and 86. RGB value is (193,118,134). Sum of RGB (Red+Green+Blue) = 193+118+134=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C17686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17686 is #3E8979. Grayscale: #8E8E8E. Windows color (decimal): -4098426 or 8812225. OLE color: 8812225.

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

Color convert

RGB193118134-
CMYK00.390.310.24
HSL347.2º37.69%60.98%-
HSV(B)347.2º38.86%75.69%-
XYZ32.7726.0225.85-
YUV142.25123.35164.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=43.37%
G=26.52%
B=30.11%

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
Decimal19311813400.390.310.24347.237.6960.98
HexC176860271F1815b263d
Octal30116620604737305334675
Binary1100000111101101000011001001111111111000101011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17686; }

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

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

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

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

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

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

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

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