Shades of Puce #CF848A
Tints of Puce #CF848A
RGB
CMYK
RGB Variations
Color information
#CF848A (or 0xCF848A) is known color: Puce. HEX triplet: CF, 84 and 8A. RGB value is (207,132,138). Sum of RGB (Red+Green+Blue) = 207+132+138=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF848A is #307B75. Grayscale: #9B9B9B. Windows color (decimal): -3177334 or 9077967. OLE color: 9077967.
HSL color Cylindrical-coordinate representation of color #CF848A: hue angle of 355.2º 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 #CF848A is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 138 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.19 |
| HSL | 355.2º | 0.44% | 0.66% | - |
| HSV(B) | 355.2º | 0.36% | 0.81% | - |
| XYZ | 38.57 | 31.6 | 28.11 | - |
| YUV | 155.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 138 | 0 | 0.36 | 0.33 | 0.19 | 355.2 | 0.44 | 0.66 |
| Hex | CF | 84 | 8A | 0 | 24 | 21 | 13 | 163 | 2C | 42 |
| Octal | 317 | 204 | 212 | 0 | 44 | 41 | 23 | 543 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10001010 | 0 | 100100 | 100001 | 10011 | 101100011 | 101100 | 1000010 |
Color Harmonies of #CF848A
Complementary color
Monochromatic Colors of #CF848A
Black with #CF848A
Text Example
Text Example
White with #CF848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF848A; }
p { color: rgb(207,132,138); }
H1.HeaderClassName
{
color: #CF848A;
}
.AnyTagClassName
{
color: #CF848A;
}
</style>
background-color css
<style>
a { background-color: #CF848A; }
a { background-color: rgb(207,132,138); }
div.DivClassName
{
background-color: #CF848A;
}
.BgClassName
{
background-color: #CF848A;
}
</style>
border-color css
<style>
span { border-color: #CF848A; }
span { border-color: rgb(207,132,138); }
td.TdClassName
{
border-color: #CF848A;
}
.TagClassName
{
border-color: #CF848A;
}
</style>