#C9758D

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

Shades of Charm #C9758D

Tints of Charm #C9758D

Color information

#C9758D (or 0xC9758D) is unknown color: approx Charm. HEX triplet: C9, 75 and 8D. RGB value is (201,117,141). Sum of RGB (Red+Green+Blue) = 201+117+141=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9758D is #368A72. Grayscale: #909090. Windows color (decimal): -3574387 or 9270729. OLE color: 9270729.

HSL color Cylindrical-coordinate representation of color #C9758D: hue angle of 342.86º 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 #C9758D is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201117141-
CMYK00.420.300.21
HSL342.86º43.75%62.35%-
HSV(B)342.86º41.79%78.82%-
XYZ35.2627.0628.56-
YUV144.85125.83168.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.79%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=43.79%
G=25.49%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111714100.420.300.21342.8643.7562.35
HexC9758D02A1E151572c3e
Octal31116521505236255275476
Binary1100100111101011000110101010101111010101101010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9758D; }

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

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

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

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

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

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

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

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