Shades of Puce #C18195
Tints of Puce #C18195
RGB
CMYK
RGB Variations
Color information
#C18195 (or 0xC18195) is known color: Puce. HEX triplet: C1, 81 and 95. RGB value is (193,129,149). Sum of RGB (Red+Green+Blue) = 193+129+149=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C18195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18195 is #3E7E6A. Grayscale: #969696. Windows color (decimal): -4095595 or 9798081. OLE color: 9798081.
HSL color Cylindrical-coordinate representation of color #C18195: hue angle of 341.25º 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 #C18195 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 149 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.24 |
| HSL | 341.25º | 0.34% | 0.63% | - |
| HSV(B) | 341.25º | 0.33% | 0.76% | - |
| XYZ | 35.27 | 29.21 | 32.21 | - |
| YUV | 150.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 149 | 0 | 0.33 | 0.23 | 0.24 | 341.25 | 0.34 | 0.63 |
| Hex | C1 | 81 | 95 | 0 | 21 | 17 | 18 | 155 | 22 | 3F |
| Octal | 301 | 201 | 225 | 0 | 41 | 27 | 30 | 525 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10010101 | 0 | 100001 | 10111 | 11000 | 101010101 | 100010 | 111111 |
Color Harmonies of #C18195
Complementary color
Monochromatic Colors of #C18195
Black with #C18195
Text Example
Text Example
White with #C18195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18195; }
p { color: rgb(193,129,149); }
H1.HeaderClassName
{
color: #C18195;
}
.AnyTagClassName
{
color: #C18195;
}
</style>
background-color css
<style>
a { background-color: #C18195; }
a { background-color: rgb(193,129,149); }
div.DivClassName
{
background-color: #C18195;
}
.BgClassName
{
background-color: #C18195;
}
</style>
border-color css
<style>
span { border-color: #C18195; }
span { border-color: rgb(193,129,149); }
td.TdClassName
{
border-color: #C18195;
}
.TagClassName
{
border-color: #C18195;
}
</style>