#C1809E

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

Shades of Puce #C1809E

Tints of Puce #C1809E

Color information

#C1809E (or 0xC1809E) is unknown color: approx Puce. HEX triplet: C1, 80 and 9E. RGB value is (193,128,158). Sum of RGB (Red+Green+Blue) = 193+128+158=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C1809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1809E is #3E7F61. Grayscale: #969696. Windows color (decimal): -4095842 or 10387649. OLE color: 10387649.

HSL color Cylindrical-coordinate representation of color #C1809E: hue angle of 332.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1809E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB193128158-
CMYK00.340.180.24
HSL332.31º34.39%62.94%-
HSV(B)332.31º33.68%75.69%-
XYZ35.8829.2436.1-
YUV150.85132.03158.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=40.29%
G=26.72%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312815800.340.180.24332.3134.3962.94
HexC1809E022121814c223f
Octal30120023604222305144277
Binary11000001100000001001111001000101001011000101001100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1809E; }

 p { color: rgb(193,128,158); }

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

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

 a { background-color: rgb(193,128,158); }

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

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

 span { border-color: rgb(193,128,158); }

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