#C8809E

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

Shades of Puce #C8809E

Tints of Puce #C8809E

Color information

#C8809E (or 0xC8809E) is unknown color: approx Puce. HEX triplet: C8, 80 and 9E. RGB value is (200,128,158). Sum of RGB (Red+Green+Blue) = 200+128+158=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8809E is #377F61. Grayscale: #989898. Windows color (decimal): -3637090 or 10387656. OLE color: 10387656.

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

Color convert

RGB200128158-
CMYK00.360.210.22
HSL335º39.56%64.31%-
HSV(B)335º36%78.43%-
XYZ37.7130.1936.19-
YUV152.95130.85161.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 158 (62.11% from 255) = 32.51%
R=41.15%
G=26.34%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012815800.360.210.2233539.5664.31
HexC8809E024151614f2840
Octal310200236044252651750100
Binary110010001000000010011110010010010101101101010011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8809E; }

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

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

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

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

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

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

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

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