#C88C8E

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

Shades of Puce #C88C8E

Tints of Puce #C88C8E

Color information

#C88C8E (or 0xC88C8E) is unknown color: approx Puce. HEX triplet: C8, 8C and 8E. RGB value is (200,140,142). Sum of RGB (Red+Green+Blue) = 200+140+142=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C8E is #377371. Grayscale: #9E9E9E. Windows color (decimal): -3634034 or 9342152. OLE color: 9342152.

HSL color Cylindrical-coordinate representation of color #C88C8E: hue angle of 358º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88C8E is Cyan = 0, Magento = 0.3, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200140142-
CMYK00.30.290.22
HSL358º35.29%66.67%-
HSV(B)358º30%78.43%-
XYZ38.0832.9929.95-
YUV158.17118.88157.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=41.49%
G=29.05%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014014200.30.290.2235835.2966.67
HexC88C8E01E1D161662343
Octal310214216036352654643103
Binary11001000100011001000111001111011101101101011001101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C8E; }

 p { color: rgb(200,140,142); }

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

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

 a { background-color: rgb(200,140,142); }

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

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

 span { border-color: rgb(200,140,142); }

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