#C8809C

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

Shades of Puce #C8809C

Tints of Puce #C8809C

Color information

#C8809C (or 0xC8809C) is unknown color: approx Puce. HEX triplet: C8, 80 and 9C. RGB value is (200,128,156). Sum of RGB (Red+Green+Blue) = 200+128+156=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8809C is #377F63. Grayscale: #989898. Windows color (decimal): -3637092 or 10256584. OLE color: 10256584.

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

Color convert

RGB200128156-
CMYK00.360.220.22
HSL336.67º39.56%64.31%-
HSV(B)336.67º36%78.43%-
XYZ37.5430.1235.29-
YUV152.72129.85161.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=41.32%
G=26.45%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012815600.360.220.22336.6739.5664.31
HexC8809C02416161512840
Octal310200234044262652150100
Binary110010001000000010011100010010010110101101010100011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8809C; }

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

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

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

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

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

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

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

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