#C88094

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

Shades of Puce #C88094

Tints of Puce #C88094

Color information

#C88094 (or 0xC88094) is unknown color: approx Puce. HEX triplet: C8, 80 and 94. RGB value is (200,128,148). Sum of RGB (Red+Green+Blue) = 200+128+148=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C88094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88094 is #377F6B. Grayscale: #979797. Windows color (decimal): -3637100 or 9732296. OLE color: 9732296.

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

Color convert

RGB200128148-
CMYK00.360.260.22
HSL343.33º39.56%64.31%-
HSV(B)343.33º36%78.43%-
XYZ36.8829.8631.84-
YUV151.81125.85162.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=42.02%
G=26.89%
B=31.09%

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
Decimal20012814800.360.260.22343.3339.5664.31
HexC880940241A161572840
Octal310200224044322652750100
Binary110010001000000010010100010010011010101101010101111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88094; }

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

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

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

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

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

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

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

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