#C88199

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

Shades of Puce #C88199

Tints of Puce #C88199

Color information

#C88199 (or 0xC88199) is unknown color: approx Puce. HEX triplet: C8, 81 and 99. RGB value is (200,129,153). Sum of RGB (Red+Green+Blue) = 200+129+153=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C88199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88199 is #377E66. Grayscale: #989898. Windows color (decimal): -3636839 or 10060232. OLE color: 10060232.

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

Color convert

RGB200129153-
CMYK00.360.240.22
HSL339.72º39.23%64.51%-
HSV(B)339.72º35.5%78.43%-
XYZ37.4230.2834.01-
YUV152.96128.02161.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=41.49%
G=26.76%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012915300.360.240.22339.7239.2364.51
HexC8819902418161542741
Octal310201231044302652447101
Binary110010001000000110011001010010011000101101010101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88199; }

 p { color: rgb(200,129,153); }

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

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

 a { background-color: rgb(200,129,153); }

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

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

 span { border-color: rgb(200,129,153); }

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