Shades of Puce #CF848B
Tints of Puce #CF848B
RGB
CMYK
RGB Variations
Color information
#CF848B (or 0xCF848B) is known color: Puce. HEX triplet: CF, 84 and 8B. RGB value is (207,132,139). Sum of RGB (Red+Green+Blue) = 207+132+139=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF848B is #307B74. Grayscale: #9B9B9B. Windows color (decimal): -3177333 or 9143503. OLE color: 9143503.
HSL color Cylindrical-coordinate representation of color #CF848B: hue angle of 354.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF848B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 139 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.19 |
| HSL | 354.4º | 0.44% | 0.66% | - |
| HSV(B) | 354.4º | 0.36% | 0.81% | - |
| XYZ | 38.64 | 31.63 | 28.49 | - |
| YUV | 155.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 139 | 0 | 0.36 | 0.33 | 0.19 | 354.4 | 0.44 | 0.66 |
| Hex | CF | 84 | 8B | 0 | 24 | 21 | 13 | 162 | 2C | 42 |
| Octal | 317 | 204 | 213 | 0 | 44 | 41 | 23 | 542 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10001011 | 0 | 100100 | 100001 | 10011 | 101100010 | 101100 | 1000010 |
Color Harmonies of #CF848B
Complementary color
Monochromatic Colors of #CF848B
Black with #CF848B
Text Example
Text Example
White with #CF848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF848B; }
p { color: rgb(207,132,139); }
H1.HeaderClassName
{
color: #CF848B;
}
.AnyTagClassName
{
color: #CF848B;
}
</style>
background-color css
<style>
a { background-color: #CF848B; }
a { background-color: rgb(207,132,139); }
div.DivClassName
{
background-color: #CF848B;
}
.BgClassName
{
background-color: #CF848B;
}
</style>
border-color css
<style>
span { border-color: #CF848B; }
span { border-color: rgb(207,132,139); }
td.TdClassName
{
border-color: #CF848B;
}
.TagClassName
{
border-color: #CF848B;
}
</style>