#C881A7

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

Shades of Puce #C881A7

Tints of Puce #C881A7

Color information

#C881A7 (or 0xC881A7) is unknown color: approx Puce. HEX triplet: C8, 81 and A7. RGB value is (200,129,167). Sum of RGB (Red+Green+Blue) = 200+129+167=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C881A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C881A7 is #377E58. Grayscale: #9A9A9A. Windows color (decimal): -3636825 or 10977736. OLE color: 10977736.

HSL color Cylindrical-coordinate representation of color #C881A7: hue angle of 327.89º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C881A7 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB200129167-
CMYK00.360.160.22
HSL327.89º39.23%64.51%-
HSV(B)327.89º35.5%78.43%-
XYZ38.6430.7740.46-
YUV154.56135.02160.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 167 (65.62% from 255) = 33.67%
R=40.32%
G=26.01%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012916700.360.160.22327.8939.2364.51
HexC881A702410161482741
Octal310201247044202651047101
Binary110010001000000110100111010010010000101101010010001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881A7; }

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

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

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

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

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

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

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

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