Shades of Puce #CF8A92
Tints of Puce #CF8A92
RGB
CMYK
RGB Variations
Color information
#CF8A92 (or 0xCF8A92) is known color: Puce. HEX triplet: CF, 8A and 92. RGB value is (207,138,146). Sum of RGB (Red+Green+Blue) = 207+138+146=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8A92 is #30756D. Grayscale: #9F9F9F. Windows color (decimal): -3175790 or 9603791. OLE color: 9603791.
HSL color Cylindrical-coordinate representation of color #CF8A92: hue angle of 353.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8A92 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 146 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.19 |
| HSL | 353.04º | 0.42% | 0.68% | - |
| HSV(B) | 353.04º | 0.33% | 0.81% | - |
| XYZ | 40.01 | 33.52 | 31.55 | - |
| YUV | 159.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 146 | 0 | 0.33 | 0.29 | 0.19 | 353.04 | 0.42 | 0.68 |
| Hex | CF | 8A | 92 | 0 | 21 | 1D | 13 | 161 | 2A | 44 |
| Octal | 317 | 212 | 222 | 0 | 41 | 35 | 23 | 541 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10010010 | 0 | 100001 | 11101 | 10011 | 101100001 | 101010 | 1000100 |
Color Harmonies of #CF8A92
Complementary color
Monochromatic Colors of #CF8A92
Black with #CF8A92
Text Example
Text Example
White with #CF8A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A92; }
p { color: rgb(207,138,146); }
H1.HeaderClassName
{
color: #CF8A92;
}
.AnyTagClassName
{
color: #CF8A92;
}
</style>
background-color css
<style>
a { background-color: #CF8A92; }
a { background-color: rgb(207,138,146); }
div.DivClassName
{
background-color: #CF8A92;
}
.BgClassName
{
background-color: #CF8A92;
}
</style>
border-color css
<style>
span { border-color: #CF8A92; }
span { border-color: rgb(207,138,146); }
td.TdClassName
{
border-color: #CF8A92;
}
.TagClassName
{
border-color: #CF8A92;
}
</style>