#C18196

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

Shades of Puce #C18196

Tints of Puce #C18196

Color information

#C18196 (or 0xC18196) is unknown color: approx Puce. HEX triplet: C1, 81 and 96. RGB value is (193,129,150). Sum of RGB (Red+Green+Blue) = 193+129+150=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C18196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18196 is #3E7E69. Grayscale: #969696. Windows color (decimal): -4095594 or 9863617. OLE color: 9863617.

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

Color convert

RGB193129150-
CMYK00.330.220.24
HSL340.31º34.04%63.14%-
HSV(B)340.31º33.16%75.69%-
XYZ35.3529.2432.64-
YUV150.53127.7158.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=40.89%
G=27.33%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312915000.330.220.24340.3134.0463.14
HexC181960211618154223f
Octal30120122604126305244277
Binary11000001100000011001011001000011011011000101010100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18196; }

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

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

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

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

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

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

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

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