#C980A0

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

Shades of Puce #C980A0

Tints of Puce #C980A0

Color information

#C980A0 (or 0xC980A0) is unknown color: approx Puce. HEX triplet: C9, 80 and A0. RGB value is (201,128,160). Sum of RGB (Red+Green+Blue) = 201+128+160=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C980A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980A0 is #367F5F. Grayscale: #999999. Windows color (decimal): -3571552 or 10518729. OLE color: 10518729.

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

Color convert

RGB201128160-
CMYK00.360.200.21
HSL333.7º40.33%64.51%-
HSV(B)333.7º36.32%78.82%-
XYZ38.1530.3937.11-
YUV153.48131.68161.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=41.10%
G=26.18%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112816000.360.200.21333.740.3364.51
HexC980A0024141514e2841
Octal311200240044242551650101
Binary110010011000000010100000010010010100101011010011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980A0; }

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

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

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

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

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

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

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

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