#C88394

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

Shades of Puce #C88394

Tints of Puce #C88394

Color information

#C88394 (or 0xC88394) is unknown color: approx Puce. HEX triplet: C8, 83 and 94. RGB value is (200,131,148). Sum of RGB (Red+Green+Blue) = 200+131+148=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C88394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88394 is #377C6B. Grayscale: #999999. Windows color (decimal): -3636332 or 9733064. OLE color: 9733064.

HSL color Cylindrical-coordinate representation of color #C88394: hue angle of 345.22º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88394 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200131148-
CMYK00.340.260.22
HSL345.22º38.55%64.9%-
HSV(B)345.22º34.5%78.43%-
XYZ37.2830.6531.97-
YUV153.57124.86161.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=41.75%
G=27.35%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013114800.340.260.22345.2238.5564.9
HexC883940221A161592741
Octal310203224042322653147101
Binary110010001000001110010100010001011010101101010110011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88394; }

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

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

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

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

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

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

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

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