#C0818E

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

Shades of Puce #C0818E

Tints of Puce #C0818E

Color information

#C0818E (or 0xC0818E) is unknown color: approx Puce. HEX triplet: C0, 81 and 8E. RGB value is (192,129,142). Sum of RGB (Red+Green+Blue) = 192+129+142=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0818E is #3F7E71. Grayscale: #959595. Windows color (decimal): -4161138 or 9339328. OLE color: 9339328.

HSL color Cylindrical-coordinate representation of color #C0818E: hue angle of 347.62º degrees, saturation: 0.33, 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 #C0818E is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192129142-
CMYK00.330.260.25
HSL347.62º33.33%62.94%-
HSV(B)347.62º32.81%75.29%-
XYZ34.4728.8629.34-
YUV149.32123.87158.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=41.47%
G=27.86%
B=30.67%

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
Decimal19212914200.330.260.25347.6233.3362.94
HexC0818E0211A1915c213f
Octal30020121604132315344177
Binary11000000100000011000111001000011101011001101011100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0818E; }

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

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

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

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

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

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

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

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