#C1809A

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

Shades of Puce #C1809A

Tints of Puce #C1809A

Color information

#C1809A (or 0xC1809A) is unknown color: approx Puce. HEX triplet: C1, 80 and 9A. RGB value is (193,128,154). Sum of RGB (Red+Green+Blue) = 193+128+154=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1809A is #3E7F65. Grayscale: #969696. Windows color (decimal): -4095846 or 10125505. OLE color: 10125505.

HSL color Cylindrical-coordinate representation of color #C1809A: hue angle of 336º 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 #C1809A is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193128154-
CMYK00.340.200.24
HSL336º34.39%62.94%-
HSV(B)336º33.68%75.69%-
XYZ35.5429.1134.32-
YUV150.4130.03158.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=40.63%
G=26.95%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312815400.340.200.2433634.3962.94
HexC1809A0221418150223f
Octal30120023204224305204277
Binary11000001100000001001101001000101010011000101010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1809A; }

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

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

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

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

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

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

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

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