#C88095

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

Shades of Puce #C88095

Tints of Puce #C88095

Color information

#C88095 (or 0xC88095) is unknown color: approx Puce. HEX triplet: C8, 80 and 95. RGB value is (200,128,149). Sum of RGB (Red+Green+Blue) = 200+128+149=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C88095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88095 is #377F6A. Grayscale: #979797. Windows color (decimal): -3637099 or 9797832. OLE color: 9797832.

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

Color convert

RGB200128149-
CMYK00.360.260.22
HSL342.5º39.56%64.31%-
HSV(B)342.5º36%78.43%-
XYZ36.9629.8932.25-
YUV151.92126.35162.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=41.93%
G=26.83%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012814900.360.260.22342.539.5664.31
HexC880950241A161562840
Octal310200225044322652650100
Binary110010001000000010010101010010011010101101010101101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88095; }

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

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

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

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

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

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

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

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