#C1819A

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

Shades of Puce #C1819A

Tints of Puce #C1819A

Color information

#C1819A (or 0xC1819A) is unknown color: approx Puce. HEX triplet: C1, 81 and 9A. RGB value is (193,129,154). Sum of RGB (Red+Green+Blue) = 193+129+154=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1819A is #3E7E65. Grayscale: #969696. Windows color (decimal): -4095590 or 10125761. OLE color: 10125761.

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

Color convert

RGB193129154-
CMYK00.330.200.24
HSL336.56º34.04%63.14%-
HSV(B)336.56º33.16%75.69%-
XYZ35.6829.3734.36-
YUV150.99129.7157.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=40.55%
G=27.10%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312915400.330.200.24336.5634.0463.14
HexC1819A0211418151223f
Octal30120123204124305214277
Binary11000001100000011001101001000011010011000101010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1819A; }

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

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

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

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

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

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

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

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