#C97480

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

Shades of Charm #C97480

Tints of Charm #C97480

Color information

#C97480 (or 0xC97480) is unknown color: approx Charm. HEX triplet: C9, 74 and 80. RGB value is (201,116,128). Sum of RGB (Red+Green+Blue) = 201+116+128=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C97480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97480 is #368B7F. Grayscale: #8E8E8E. Windows color (decimal): -3574656 or 8418505. OLE color: 8418505.

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

Color convert

RGB201116128-
CMYK00.420.360.21
HSL351.53º44.04%62.16%-
HSV(B)351.53º42.29%78.82%-
XYZ34.2326.4723.73-
YUV142.78119.66169.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=45.17%
G=26.07%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111612800.420.360.21351.5344.0462.16
HexC9748002A24151602c3e
Octal31116420005244255405476
Binary11001001111010010000000010101010010010101101100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97480; }

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

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

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

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

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

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

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

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