#C880A7

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

Shades of Puce #C880A7

Tints of Puce #C880A7

Color information

#C880A7 (or 0xC880A7) is unknown color: approx Puce. HEX triplet: C8, 80 and A7. RGB value is (200,128,167). Sum of RGB (Red+Green+Blue) = 200+128+167=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C880A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880A7 is #377F58. Grayscale: #999999. Windows color (decimal): -3637081 or 10977480. OLE color: 10977480.

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

Color convert

RGB200128167-
CMYK00.360.160.22
HSL327.5º39.56%64.31%-
HSV(B)327.5º36%78.43%-
XYZ38.5130.5140.42-
YUV153.97135.35160.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=40.40%
G=25.86%
B=33.74%

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
Decimal20012816700.360.160.22327.539.5664.31
HexC880A702410161482840
Octal310200247044202651050100
Binary110010001000000010100111010010010000101101010010001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880A7; }

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

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

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

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

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

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

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

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