#C98076

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

Shades of My Pink #C98076

Tints of My Pink #C98076

Color information

#C98076 (or 0xC98076) is unknown color: approx My Pink. HEX triplet: C9, 80 and 76. RGB value is (201,128,118). Sum of RGB (Red+Green+Blue) = 201+128+118=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98076 is #367F89. Grayscale: #949494. Windows color (decimal): -3571594 or 7766217. OLE color: 7766217.

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

Color convert

RGB201128118-
CMYK00.360.410.21
HSL7.23º43.46%62.55%-
HSV(B)7.23º41.29%78.82%-
XYZ35.0829.1620.92-
YUV148.69110.68165.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112811800.360.410.217.2343.4662.55
HexC98076024291572b3f
Octal311200166044512575377
Binary11001001100000001110110010010010100110101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98076; }

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

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

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

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

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

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

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

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