#C0808E

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

Shades of Puce #C0808E

Tints of Puce #C0808E

Color information

#C0808E (or 0xC0808E) is unknown color: approx Puce. HEX triplet: C0, 80 and 8E. RGB value is (192,128,142). Sum of RGB (Red+Green+Blue) = 192+128+142=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0808E is #3F7F71. Grayscale: #949494. Windows color (decimal): -4161394 or 9339072. OLE color: 9339072.

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

Color convert

RGB192128142-
CMYK00.330.260.25
HSL346.88º33.68%62.75%-
HSV(B)346.88º33.33%75.29%-
XYZ34.3428.629.3-
YUV148.73124.2158.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=41.56%
G=27.71%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212814200.330.260.25346.8833.6862.75
HexC0808E0211A1915b223f
Octal30020021604132315334277
Binary11000000100000001000111001000011101011001101011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0808E; }

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

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

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

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

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

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

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

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