Shades of Puce #CF819E
Tints of Puce #CF819E
RGB
CMYK
RGB Variations
Color information
#CF819E (or 0xCF819E) is known color: Puce. HEX triplet: CF, 81 and 9E. RGB value is (207,129,158). Sum of RGB (Red+Green+Blue) = 207+129+158=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF819E is #307E61. Grayscale: #9B9B9B. Windows color (decimal): -3178082 or 10387919. OLE color: 10387919.
HSL color Cylindrical-coordinate representation of color #CF819E: hue angle of 337.69º 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 #CF819E is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 158 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.19 |
| HSL | 337.69º | 0.45% | 0.66% | - |
| HSV(B) | 337.69º | 0.38% | 0.81% | - |
| XYZ | 39.75 | 31.43 | 36.32 | - |
| YUV | 155.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 158 | 0 | 0.38 | 0.24 | 0.19 | 337.69 | 0.45 | 0.66 |
| Hex | CF | 81 | 9E | 0 | 26 | 18 | 13 | 152 | 2D | 42 |
| Octal | 317 | 201 | 236 | 0 | 46 | 30 | 23 | 522 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10011110 | 0 | 100110 | 11000 | 10011 | 101010010 | 101101 | 1000010 |
Color Harmonies of #CF819E
Complementary color
Monochromatic Colors of #CF819E
Black with #CF819E
Text Example
Text Example
White with #CF819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF819E; }
p { color: rgb(207,129,158); }
H1.HeaderClassName
{
color: #CF819E;
}
.AnyTagClassName
{
color: #CF819E;
}
</style>
background-color css
<style>
a { background-color: #CF819E; }
a { background-color: rgb(207,129,158); }
div.DivClassName
{
background-color: #CF819E;
}
.BgClassName
{
background-color: #CF819E;
}
</style>
border-color css
<style>
span { border-color: #CF819E; }
span { border-color: rgb(207,129,158); }
td.TdClassName
{
border-color: #CF819E;
}
.TagClassName
{
border-color: #CF819E;
}
</style>