Shades of Puce #CF819B
Tints of Puce #CF819B
RGB
CMYK
RGB Variations
Color information
#CF819B (or 0xCF819B) is known color: Puce. HEX triplet: CF, 81 and 9B. RGB value is (207,129,155). Sum of RGB (Red+Green+Blue) = 207+129+155=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF819B is #307E64. Grayscale: #9B9B9B. Windows color (decimal): -3178085 or 10191311. OLE color: 10191311.
HSL color Cylindrical-coordinate representation of color #CF819B: hue angle of 340º 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 #CF819B is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 155 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.19 |
| HSL | 340º | 0.45% | 0.66% | - |
| HSV(B) | 340º | 0.38% | 0.81% | - |
| XYZ | 39.5 | 31.33 | 34.98 | - |
| YUV | 155.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 155 | 0 | 0.38 | 0.25 | 0.19 | 340 | 0.45 | 0.66 |
| Hex | CF | 81 | 9B | 0 | 26 | 19 | 13 | 154 | 2D | 42 |
| Octal | 317 | 201 | 233 | 0 | 46 | 31 | 23 | 524 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10011011 | 0 | 100110 | 11001 | 10011 | 101010100 | 101101 | 1000010 |
Color Harmonies of #CF819B
Complementary color
Monochromatic Colors of #CF819B
Black with #CF819B
Text Example
Text Example
White with #CF819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF819B; }
p { color: rgb(207,129,155); }
H1.HeaderClassName
{
color: #CF819B;
}
.AnyTagClassName
{
color: #CF819B;
}
</style>
background-color css
<style>
a { background-color: #CF819B; }
a { background-color: rgb(207,129,155); }
div.DivClassName
{
background-color: #CF819B;
}
.BgClassName
{
background-color: #CF819B;
}
</style>
border-color css
<style>
span { border-color: #CF819B; }
span { border-color: rgb(207,129,155); }
td.TdClassName
{
border-color: #CF819B;
}
.TagClassName
{
border-color: #CF819B;
}
</style>