Shades of Puce #CF8298
Tints of Puce #CF8298
RGB
CMYK
RGB Variations
Color information
#CF8298 (or 0xCF8298) is known color: Puce. HEX triplet: CF, 82 and 98. RGB value is (207,130,152). Sum of RGB (Red+Green+Blue) = 207+130+152=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8298 is #307D67. Grayscale: #9B9B9B. Windows color (decimal): -3177832 or 9994959. OLE color: 9994959.
HSL color Cylindrical-coordinate representation of color #CF8298: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8298 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 152 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.19 |
| HSL | 342.86º | 0.45% | 0.66% | - |
| HSV(B) | 342.86º | 0.37% | 0.81% | - |
| XYZ | 39.38 | 31.5 | 33.71 | - |
| YUV | 155.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 152 | 0 | 0.37 | 0.27 | 0.19 | 342.86 | 0.45 | 0.66 |
| Hex | CF | 82 | 98 | 0 | 25 | 1B | 13 | 157 | 2D | 42 |
| Octal | 317 | 202 | 230 | 0 | 45 | 33 | 23 | 527 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10011000 | 0 | 100101 | 11011 | 10011 | 101010111 | 101101 | 1000010 |
Color Harmonies of #CF8298
Complementary color
Monochromatic Colors of #CF8298
Black with #CF8298
Text Example
Text Example
White with #CF8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8298; }
p { color: rgb(207,130,152); }
H1.HeaderClassName
{
color: #CF8298;
}
.AnyTagClassName
{
color: #CF8298;
}
</style>
background-color css
<style>
a { background-color: #CF8298; }
a { background-color: rgb(207,130,152); }
div.DivClassName
{
background-color: #CF8298;
}
.BgClassName
{
background-color: #CF8298;
}
</style>
border-color css
<style>
span { border-color: #CF8298; }
span { border-color: rgb(207,130,152); }
td.TdClassName
{
border-color: #CF8298;
}
.TagClassName
{
border-color: #CF8298;
}
</style>