#C0888E

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

Shades of Puce #C0888E

Tints of Puce #C0888E

Color information

#C0888E (or 0xC0888E) is unknown color: approx Puce. HEX triplet: C0, 88 and 8E. RGB value is (192,136,142). Sum of RGB (Red+Green+Blue) = 192+136+142=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0888E is #3F7771. Grayscale: #999999. Windows color (decimal): -4159346 or 9341120. OLE color: 9341120.

HSL color Cylindrical-coordinate representation of color #C0888E: hue angle of 353.57º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0888E is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192136142-
CMYK00.290.260.25
HSL353.57º30.77%64.31%-
HSV(B)353.57º29.17%75.29%-
XYZ35.4230.7729.66-
YUV153.43121.55155.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=40.85%
G=28.94%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213614200.290.260.25353.5730.7764.31
HexC0888E01D1A191621f40
Octal300210216035323154237100
Binary1100000010001000100011100111011101011001101100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0888E; }

 p { color: rgb(192,136,142); }

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

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

 a { background-color: rgb(192,136,142); }

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

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

 span { border-color: rgb(192,136,142); }

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