#C97690

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

Shades of Charm #C97690

Tints of Charm #C97690

Color information

#C97690 (or 0xC97690) is unknown color: approx Charm. HEX triplet: C9, 76 and 90. RGB value is (201,118,144). Sum of RGB (Red+Green+Blue) = 201+118+144=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C97690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97690 is #36896F. Grayscale: #919191. Windows color (decimal): -3574128 or 9467593. OLE color: 9467593.

HSL color Cylindrical-coordinate representation of color #C97690: hue angle of 341.2º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97690 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB201118144-
CMYK00.410.280.21
HSL341.2º43.46%62.55%-
HSV(B)341.2º41.29%78.82%-
XYZ35.627.3929.8-
YUV145.78127167.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=43.41%
G=25.49%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111814400.410.280.21341.243.4662.55
HexC976900291C151552b3f
Octal31116622005134255255377
Binary1100100111101101001000001010011110010101101010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97690; }

 p { color: rgb(201,118,144); }

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

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

 a { background-color: rgb(201,118,144); }

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

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

 span { border-color: rgb(201,118,144); }

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