Shades of Puce #CD8192
Tints of Puce #CD8192
RGB
CMYK
RGB Variations
Color information
#CD8192 (or 0xCD8192) is known color: Puce. HEX triplet: CD, 81 and 92. RGB value is (205,129,146). Sum of RGB (Red+Green+Blue) = 205+129+146=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8192 is #327E6D. Grayscale: #999999. Windows color (decimal): -3309166 or 9601485. OLE color: 9601485.
HSL color Cylindrical-coordinate representation of color #CD8192: hue angle of 346.58º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD8192 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 146 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.20 |
| HSL | 346.58º | 0.43% | 0.65% | - |
| HSV(B) | 346.58º | 0.37% | 0.8% | - |
| XYZ | 38.22 | 30.75 | 31.12 | - |
| YUV | 153.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 146 | 0 | 0.37 | 0.29 | 0.20 | 346.58 | 0.43 | 0.65 |
| Hex | CD | 81 | 92 | 0 | 25 | 1D | 14 | 15B | 2B | 41 |
| Octal | 315 | 201 | 222 | 0 | 45 | 35 | 24 | 533 | 53 | 101 |
| Binary | 11001101 | 10000001 | 10010010 | 0 | 100101 | 11101 | 10100 | 101011011 | 101011 | 1000001 |
Color Harmonies of #CD8192
Complementary color
Monochromatic Colors of #CD8192
Black with #CD8192
Text Example
Text Example
White with #CD8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8192; }
p { color: rgb(205,129,146); }
H1.HeaderClassName
{
color: #CD8192;
}
.AnyTagClassName
{
color: #CD8192;
}
</style>
background-color css
<style>
a { background-color: #CD8192; }
a { background-color: rgb(205,129,146); }
div.DivClassName
{
background-color: #CD8192;
}
.BgClassName
{
background-color: #CD8192;
}
</style>
border-color css
<style>
span { border-color: #CD8192; }
span { border-color: rgb(205,129,146); }
td.TdClassName
{
border-color: #CD8192;
}
.TagClassName
{
border-color: #CD8192;
}
</style>