#C88594

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

Shades of Puce #C88594

Tints of Puce #C88594

Color information

#C88594 (or 0xC88594) is unknown color: approx Puce. HEX triplet: C8, 85 and 94. RGB value is (200,133,148). Sum of RGB (Red+Green+Blue) = 200+133+148=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C88594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88594 is #377A6B. Grayscale: #9A9A9A. Windows color (decimal): -3635820 or 9733576. OLE color: 9733576.

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

Color convert

RGB200133148-
CMYK00.340.260.22
HSL346.57º37.85%65.29%-
HSV(B)346.57º33.5%78.43%-
XYZ37.5531.1932.06-
YUV154.74124.2160.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=41.58%
G=27.65%
B=30.77%

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
Decimal20013314800.340.260.22346.5737.8565.29
HexC885940221A1615b2641
Octal310205224042322653346101
Binary110010001000010110010100010001011010101101010110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88594; }

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

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

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

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

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

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

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

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