Shades of Puce #CF858A
Tints of Puce #CF858A
RGB
CMYK
RGB Variations
Color information
#CF858A (or 0xCF858A) is known color: Puce. HEX triplet: CF, 85 and 8A. RGB value is (207,133,138). Sum of RGB (Red+Green+Blue) = 207+133+138=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF858A is #307A75. Grayscale: #9B9B9B. Windows color (decimal): -3177078 or 9078223. OLE color: 9078223.
HSL color Cylindrical-coordinate representation of color #CF858A: hue angle of 355.95º 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 #CF858A is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 138 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.19 |
| HSL | 355.95º | 0.44% | 0.67% | - |
| HSV(B) | 355.95º | 0.36% | 0.81% | - |
| XYZ | 38.71 | 31.88 | 28.16 | - |
| YUV | 155.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 138 | 0 | 0.36 | 0.33 | 0.19 | 355.95 | 0.44 | 0.67 |
| Hex | CF | 85 | 8A | 0 | 24 | 21 | 13 | 164 | 2C | 43 |
| Octal | 317 | 205 | 212 | 0 | 44 | 41 | 23 | 544 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10001010 | 0 | 100100 | 100001 | 10011 | 101100100 | 101100 | 1000011 |
Color Harmonies of #CF858A
Complementary color
Monochromatic Colors of #CF858A
Black with #CF858A
Text Example
Text Example
White with #CF858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF858A; }
p { color: rgb(207,133,138); }
H1.HeaderClassName
{
color: #CF858A;
}
.AnyTagClassName
{
color: #CF858A;
}
</style>
background-color css
<style>
a { background-color: #CF858A; }
a { background-color: rgb(207,133,138); }
div.DivClassName
{
background-color: #CF858A;
}
.BgClassName
{
background-color: #CF858A;
}
</style>
border-color css
<style>
span { border-color: #CF858A; }
span { border-color: rgb(207,133,138); }
td.TdClassName
{
border-color: #CF858A;
}
.TagClassName
{
border-color: #CF858A;
}
</style>