#C1809D

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

Shades of Puce #C1809D

Tints of Puce #C1809D

Color information

#C1809D (or 0xC1809D) is unknown color: approx Puce. HEX triplet: C1, 80 and 9D. RGB value is (193,128,157). Sum of RGB (Red+Green+Blue) = 193+128+157=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1809D is #3E7F62. Grayscale: #969696. Windows color (decimal): -4095843 or 10322113. OLE color: 10322113.

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

Color convert

RGB193128157-
CMYK00.340.190.24
HSL333.23º34.39%62.94%-
HSV(B)333.23º33.68%75.69%-
XYZ35.829.2135.65-
YUV150.74131.53158.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=40.38%
G=26.78%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312815700.340.190.24333.2334.3962.94
HexC1809D022131814d223f
Octal30120023504223305154277
Binary11000001100000001001110101000101001111000101001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1809D; }

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

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

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

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

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

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

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

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