#C981A7

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

Shades of Puce #C981A7

Tints of Puce #C981A7

Color information

#C981A7 (or 0xC981A7) is unknown color: approx Puce. HEX triplet: C9, 81 and A7. RGB value is (201,129,167). Sum of RGB (Red+Green+Blue) = 201+129+167=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C981A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C981A7 is #367E58. Grayscale: #9A9A9A. Windows color (decimal): -3571289 or 10977737. OLE color: 10977737.

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

Color convert

RGB201129167-
CMYK00.360.170.21
HSL328.33º40%64.71%-
HSV(B)328.33º35.82%78.82%-
XYZ38.9130.9140.47-
YUV154.86134.85160.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=40.44%
G=25.96%
B=33.60%

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
Decimal20112916700.360.170.21328.334064.71
HexC981A702411151482841
Octal311201247044212551050101
Binary110010011000000110100111010010010001101011010010001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981A7; }

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

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

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

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

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

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

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

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