#C97280

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

Shades of Charm #C97280

Tints of Charm #C97280

Color information

#C97280 (or 0xC97280) is unknown color: approx Charm. HEX triplet: C9, 72 and 80. RGB value is (201,114,128). Sum of RGB (Red+Green+Blue) = 201+114+128=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C97280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97280 is #368D7F. Grayscale: #8D8D8D. Windows color (decimal): -3575168 or 8417993. OLE color: 8417993.

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

Color convert

RGB201114128-
CMYK00.430.360.21
HSL350.34º44.62%61.76%-
HSV(B)350.34º43.28%78.82%-
XYZ3426.0123.65-
YUV141.61120.32170.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.37%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=45.37%
G=25.73%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111412800.430.360.21350.3444.6261.76
HexC9728002B241515e2d3e
Octal31116220005344255365576
Binary11001001111001010000000010101110010010101101011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97280; }

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

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

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

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

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

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

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

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