#C97076

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

Shades of Charm #C97076

Tints of Charm #C97076

Color information

#C97076 (or 0xC97076) is unknown color: approx Charm. HEX triplet: C9, 70 and 76. RGB value is (201,112,118). Sum of RGB (Red+Green+Blue) = 201+112+118=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C97076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97076 is #368F89. Grayscale: #8B8B8B. Windows color (decimal): -3575690 or 7762121. OLE color: 7762121.

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

Color convert

RGB201112118-
CMYK00.440.410.21
HSL355.96º45.18%61.37%-
HSV(B)355.96º44.28%78.82%-
XYZ33.1525.3120.28-
YUV139.29115.99172.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=46.64%
G=25.99%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111211800.440.410.21355.9645.1861.37
HexC9707602C29151642d3d
Octal31116016605451255445575
Binary1100100111100001110110010110010100110101101100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97076; }

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

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

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

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

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

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

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

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