#C88597

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

Shades of Puce #C88597

Tints of Puce #C88597

Color information

#C88597 (or 0xC88597) is unknown color: approx Puce. HEX triplet: C8, 85 and 97. RGB value is (200,133,151). Sum of RGB (Red+Green+Blue) = 200+133+151=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C88597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88597 is #377A68. Grayscale: #9B9B9B. Windows color (decimal): -3635817 or 9930184. OLE color: 9930184.

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

Color convert

RGB200133151-
CMYK00.340.240.22
HSL343.88º37.85%65.29%-
HSV(B)343.88º33.5%78.43%-
XYZ37.7931.2933.33-
YUV155.08125.7160.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=41.32%
G=27.48%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013315100.340.240.22343.8837.8565.29
HexC8859702218161582641
Octal310205227042302653046101
Binary110010001000010110010111010001011000101101010110001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88597; }

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

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

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

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

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

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

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

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