#C88D8F

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

Shades of Puce #C88D8F

Tints of Puce #C88D8F

Color information

#C88D8F (or 0xC88D8F) is unknown color: approx Puce. HEX triplet: C8, 8D and 8F. RGB value is (200,141,143). Sum of RGB (Red+Green+Blue) = 200+141+143=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D8F is #377270. Grayscale: #9E9E9E. Windows color (decimal): -3633777 or 9407944. OLE color: 9407944.

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

Color convert

RGB200141143-
CMYK00.290.280.22
HSL357.97º34.91%66.86%-
HSV(B)357.97º29.5%78.43%-
XYZ38.333.3130.4-
YUV158.87119.05157.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=41.32%
G=29.13%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014114300.290.280.22357.9734.9166.86
HexC88D8F01D1C161662343
Octal310215217035342654643103
Binary11001000100011011000111101110111100101101011001101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D8F; }

 p { color: rgb(200,141,143); }

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

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

 a { background-color: rgb(200,141,143); }

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

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

 span { border-color: rgb(200,141,143); }

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