#C88797

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

Shades of Puce #C88797

Tints of Puce #C88797

Color information

#C88797 (or 0xC88797) is unknown color: approx Puce. HEX triplet: C8, 87 and 97. RGB value is (200,135,151). Sum of RGB (Red+Green+Blue) = 200+135+151=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C88797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88797 is #377868. Grayscale: #9C9C9C. Windows color (decimal): -3635305 or 9930696. OLE color: 9930696.

HSL color Cylindrical-coordinate representation of color #C88797: hue angle of 345.23º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88797 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200135151-
CMYK00.320.240.22
HSL345.23º37.14%65.69%-
HSV(B)345.23º32.5%78.43%-
XYZ38.0731.8433.42-
YUV156.26125.03159.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=41.15%
G=27.78%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013515100.320.240.22345.2337.1465.69
HexC8879702018161592542
Octal310207227040302653145102
Binary110010001000011110010111010000011000101101010110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88797; }

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

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

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

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

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

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

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

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