#c9758e

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

Shades of Charm #C9758E

Tints of Charm #C9758E

Color information

#C9758E (or 0xC9758E) is unknown color: approx Charm. HEX triplet: C9, 75 and 8E. RGB value is (201,117,142). Sum of RGB (Red+Green+Blue) = 201+117+142=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9758E is #368A71. Grayscale: #909090. Windows color (decimal): -3574386 or 9336265. OLE color: 9336265.

HSL color Cylindrical-coordinate representation of color #C9758E: hue angle of 342.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9758E is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201117142-
CMYK00.420.290.21
HSL342.14º43.75%62.35%-
HSV(B)342.14º41.79%78.82%-
XYZ35.3327.0928.96-
YUV144.97126.33167.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=43.70%
G=25.43%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111714200.420.290.21342.1443.7562.35
HexC9758E02A1D151562c3e
Octal31116521605235255265476
Binary1100100111101011000111001010101110110101101010110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9758e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9758e; }

 p { color: rgb(201,117,142); }

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

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

 a { background-color: rgb(201,117,142); }

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

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

 span { border-color: rgb(201,117,142); }

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