Shades of Puce #CF858B
Tints of Puce #CF858B
RGB
CMYK
RGB Variations
Color information
#CF858B (or 0xCF858B) is known color: Puce. HEX triplet: CF, 85 and 8B. RGB value is (207,133,139). Sum of RGB (Red+Green+Blue) = 207+133+139=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF858B is #307A74. Grayscale: #9B9B9B. Windows color (decimal): -3177077 or 9143759. OLE color: 9143759.
HSL color Cylindrical-coordinate representation of color #CF858B: hue angle of 355.14º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF858B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 139 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.19 |
| HSL | 355.14º | 0.44% | 0.67% | - |
| HSV(B) | 355.14º | 0.36% | 0.81% | - |
| XYZ | 38.78 | 31.9 | 28.54 | - |
| YUV | 155.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 139 | 0 | 0.36 | 0.33 | 0.19 | 355.14 | 0.44 | 0.67 |
| Hex | CF | 85 | 8B | 0 | 24 | 21 | 13 | 163 | 2C | 43 |
| Octal | 317 | 205 | 213 | 0 | 44 | 41 | 23 | 543 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10001011 | 0 | 100100 | 100001 | 10011 | 101100011 | 101100 | 1000011 |
Color Harmonies of #CF858B
Complementary color
Monochromatic Colors of #CF858B
Black with #CF858B
Text Example
Text Example
White with #CF858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF858B; }
p { color: rgb(207,133,139); }
H1.HeaderClassName
{
color: #CF858B;
}
.AnyTagClassName
{
color: #CF858B;
}
</style>
background-color css
<style>
a { background-color: #CF858B; }
a { background-color: rgb(207,133,139); }
div.DivClassName
{
background-color: #CF858B;
}
.BgClassName
{
background-color: #CF858B;
}
</style>
border-color css
<style>
span { border-color: #CF858B; }
span { border-color: rgb(207,133,139); }
td.TdClassName
{
border-color: #CF858B;
}
.TagClassName
{
border-color: #CF858B;
}
</style>