#c98379

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

Shades of My Pink #C98379

Tints of My Pink #C98379

Color information

#C98379 (or 0xC98379) is unknown color: approx My Pink. HEX triplet: C9, 83 and 79. RGB value is (201,131,121). Sum of RGB (Red+Green+Blue) = 201+131+121=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C98379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98379 is #367C86. Grayscale: #969696. Windows color (decimal): -3570823 or 7963593. OLE color: 7963593.

HSL color Cylindrical-coordinate representation of color #C98379: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98379 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB201131121-
CMYK00.350.400.21
HSL7.5º42.55%63.14%-
HSV(B)7.5º39.8%78.82%-
XYZ35.6530.0322.01-
YUV150.79111.19163.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=44.37%
G=28.92%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113112100.350.400.217.542.5563.14
HexC98379023281582b3f
Octal3112031710435025105377
Binary110010011000001111110010100011101000101011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c98379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c98379; }

 p { color: rgb(201,131,121); }

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

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

 a { background-color: rgb(201,131,121); }

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

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

 span { border-color: rgb(201,131,121); }

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