Shades of Puce #CF8194
Tints of Puce #CF8194
RGB
CMYK
RGB Variations
Color information
#CF8194 (or 0xCF8194) is known color: Puce. HEX triplet: CF, 81 and 94. RGB value is (207,129,148). Sum of RGB (Red+Green+Blue) = 207+129+148=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8194 is #307E6B. Grayscale: #9A9A9A. Windows color (decimal): -3178092 or 9732559. OLE color: 9732559.
HSL color Cylindrical-coordinate representation of color #CF8194: hue angle of 345.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8194 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 148 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.19 |
| HSL | 345.38º | 0.45% | 0.66% | - |
| HSV(B) | 345.38º | 0.38% | 0.81% | - |
| XYZ | 38.93 | 31.1 | 31.97 | - |
| YUV | 154.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 148 | 0 | 0.38 | 0.29 | 0.19 | 345.38 | 0.45 | 0.66 |
| Hex | CF | 81 | 94 | 0 | 26 | 1D | 13 | 159 | 2D | 42 |
| Octal | 317 | 201 | 224 | 0 | 46 | 35 | 23 | 531 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10010100 | 0 | 100110 | 11101 | 10011 | 101011001 | 101101 | 1000010 |
Color Harmonies of #CF8194
Complementary color
Monochromatic Colors of #CF8194
Black with #CF8194
Text Example
Text Example
White with #CF8194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8194; }
p { color: rgb(207,129,148); }
H1.HeaderClassName
{
color: #CF8194;
}
.AnyTagClassName
{
color: #CF8194;
}
</style>
background-color css
<style>
a { background-color: #CF8194; }
a { background-color: rgb(207,129,148); }
div.DivClassName
{
background-color: #CF8194;
}
.BgClassName
{
background-color: #CF8194;
}
</style>
border-color css
<style>
span { border-color: #CF8194; }
span { border-color: rgb(207,129,148); }
td.TdClassName
{
border-color: #CF8194;
}
.TagClassName
{
border-color: #CF8194;
}
</style>