#C980A7

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

Shades of Puce #C980A7

Tints of Puce #C980A7

Color information

#C980A7 (or 0xC980A7) is unknown color: approx Puce. HEX triplet: C9, 80 and A7. RGB value is (201,128,167). Sum of RGB (Red+Green+Blue) = 201+128+167=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C980A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980A7 is #367F58. Grayscale: #9A9A9A. Windows color (decimal): -3571545 or 10977481. OLE color: 10977481.

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

Color convert

RGB201128167-
CMYK00.360.170.21
HSL327.95º40.33%64.51%-
HSV(B)327.95º36.32%78.82%-
XYZ38.7830.6540.43-
YUV154.27135.18161.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 167 (65.62% from 255) = 33.67%
R=40.52%
G=25.81%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112816700.360.170.21327.9540.3364.51
HexC980A702411151482841
Octal311200247044212551050101
Binary110010011000000010100111010010010001101011010010001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980A7; }

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

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

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

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

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

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

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

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