#C97680

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

Shades of Charm #C97680

Tints of Charm #C97680

Color information

#C97680 (or 0xC97680) is unknown color: approx Charm. HEX triplet: C9, 76 and 80. RGB value is (201,118,128). Sum of RGB (Red+Green+Blue) = 201+118+128=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C97680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97680 is #36897F. Grayscale: #909090. Windows color (decimal): -3574144 or 8419017. OLE color: 8419017.

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

Color convert

RGB201118128-
CMYK00.410.360.21
HSL352.77º43.46%62.55%-
HSV(B)352.77º41.29%78.82%-
XYZ34.4626.9323.8-
YUV143.96119168.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=44.97%
G=26.40%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111812800.410.360.21352.7743.4662.55
HexC9768002924151612b3f
Octal31116620005144255415377
Binary11001001111011010000000010100110010010101101100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97680; }

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

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

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

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

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

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

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

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