#C97080

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

Shades of Charm #C97080

Tints of Charm #C97080

Color information

#C97080 (or 0xC97080) is unknown color: approx Charm. HEX triplet: C9, 70 and 80. RGB value is (201,112,128). Sum of RGB (Red+Green+Blue) = 201+112+128=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C97080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97080 is #368F7F. Grayscale: #8C8C8C. Windows color (decimal): -3575680 or 8417481. OLE color: 8417481.

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

Color convert

RGB201112128-
CMYK00.440.360.21
HSL349.21º45.18%61.37%-
HSV(B)349.21º44.28%78.82%-
XYZ33.7825.5623.58-
YUV140.44120.99171.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=45.58%
G=25.40%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111212800.440.360.21349.2145.1861.37
HexC9708002C241515d2d3d
Octal31116020005444255355575
Binary11001001111000010000000010110010010010101101011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97080; }

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

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

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

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

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

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

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

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