Shades of Puce #C0818B
Tints of Puce #C0818B
RGB
CMYK
RGB Variations
Color information
#C0818B (or 0xC0818B) is known color: Puce. HEX triplet: C0, 81 and 8B. RGB value is (192,129,139). Sum of RGB (Red+Green+Blue) = 192+129+139=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0818B is #3F7E74. Grayscale: #949494. Windows color (decimal): -4161141 or 9142720. OLE color: 9142720.
HSL color Cylindrical-coordinate representation of color #C0818B: hue angle of 350.48º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0818B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 139 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.25 |
| HSL | 350.48º | 0.33% | 0.63% | - |
| HSV(B) | 350.48º | 0.33% | 0.75% | - |
| XYZ | 34.25 | 28.77 | 28.17 | - |
| YUV | 148.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 139 | 0 | 0.33 | 0.28 | 0.25 | 350.48 | 0.33 | 0.63 |
| Hex | C0 | 81 | 8B | 0 | 21 | 1C | 19 | 15E | 21 | 3F |
| Octal | 300 | 201 | 213 | 0 | 41 | 34 | 31 | 536 | 41 | 77 |
| Binary | 11000000 | 10000001 | 10001011 | 0 | 100001 | 11100 | 11001 | 101011110 | 100001 | 111111 |
Color Harmonies of #C0818B
Complementary color
Monochromatic Colors of #C0818B
Black with #C0818B
Text Example
Text Example
White with #C0818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0818B; }
p { color: rgb(192,129,139); }
H1.HeaderClassName
{
color: #C0818B;
}
.AnyTagClassName
{
color: #C0818B;
}
</style>
background-color css
<style>
a { background-color: #C0818B; }
a { background-color: rgb(192,129,139); }
div.DivClassName
{
background-color: #C0818B;
}
.BgClassName
{
background-color: #C0818B;
}
</style>
border-color css
<style>
span { border-color: #C0818B; }
span { border-color: rgb(192,129,139); }
td.TdClassName
{
border-color: #C0818B;
}
.TagClassName
{
border-color: #C0818B;
}
</style>