#C1809B

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

Shades of Puce #C1809B

Tints of Puce #C1809B

Color information

#C1809B (or 0xC1809B) is unknown color: approx Puce. HEX triplet: C1, 80 and 9B. RGB value is (193,128,155). Sum of RGB (Red+Green+Blue) = 193+128+155=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1809B is #3E7F64. Grayscale: #969696. Windows color (decimal): -4095845 or 10191041. OLE color: 10191041.

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

Color convert

RGB193128155-
CMYK00.340.200.24
HSL335.08º34.39%62.94%-
HSV(B)335.08º33.68%75.69%-
XYZ35.6329.1434.76-
YUV150.51130.53158.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=40.55%
G=26.89%
B=32.56%

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
Decimal19312815500.340.200.24335.0834.3962.94
HexC1809B022141814f223f
Octal30120023304224305174277
Binary11000001100000001001101101000101010011000101001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1809B; }

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

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

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

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

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

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

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

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