#C982A7

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

Shades of Puce #C982A7

Tints of Puce #C982A7

Color information

#C982A7 (or 0xC982A7) is unknown color: approx Puce. HEX triplet: C9, 82 and A7. RGB value is (201,130,167). Sum of RGB (Red+Green+Blue) = 201+130+167=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C982A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C982A7 is #367D58. Grayscale: #9B9B9B. Windows color (decimal): -3571033 or 10977993. OLE color: 10977993.

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

Color convert

RGB201130167-
CMYK00.350.170.21
HSL328.73º39.66%64.9%-
HSV(B)328.73º35.32%78.82%-
XYZ39.0531.1740.52-
YUV155.45134.52160.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 167 (65.62% from 255) = 33.53%
R=40.36%
G=26.10%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113016700.350.170.21328.7339.6664.9
HexC982A702311151492841
Octal311202247043212551150101
Binary110010011000001010100111010001110001101011010010011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982A7; }

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

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

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

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

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

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

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

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