#C97488

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

Shades of Charm #C97488

Tints of Charm #C97488

Color information

#C97488 (or 0xC97488) is unknown color: approx Charm. HEX triplet: C9, 74 and 88. RGB value is (201,116,136). Sum of RGB (Red+Green+Blue) = 201+116+136=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C97488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97488 is #368B77. Grayscale: #8F8F8F. Windows color (decimal): -3574648 or 8942793. OLE color: 8942793.

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

Color convert

RGB201116136-
CMYK00.420.320.21
HSL345.88º44.04%62.16%-
HSV(B)345.88º42.29%78.82%-
XYZ34.7826.6926.61-
YUV143.7123.66168.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=44.37%
G=25.61%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111613600.420.320.21345.8844.0462.16
HexC9748802A201515a2c3e
Octal31116421005240255325476
Binary11001001111010010001000010101010000010101101011010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97488; }

 p { color: rgb(201,116,136); }

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

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

 a { background-color: rgb(201,116,136); }

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

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

 span { border-color: rgb(201,116,136); }

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