Shades of Puce #CF838D
Tints of Puce #CF838D
RGB
CMYK
RGB Variations
Color information
#CF838D (or 0xCF838D) is known color: Puce. HEX triplet: CF, 83 and 8D. RGB value is (207,131,141). Sum of RGB (Red+Green+Blue) = 207+131+141=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF838D is #307C72. Grayscale: #9A9A9A. Windows color (decimal): -3177587 or 9274319. OLE color: 9274319.
HSL color Cylindrical-coordinate representation of color #CF838D: hue angle of 352.11º degrees, saturation: 0.44, 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 #CF838D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 141 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.19 |
| HSL | 352.11º | 0.44% | 0.66% | - |
| HSV(B) | 352.11º | 0.37% | 0.81% | - |
| XYZ | 38.66 | 31.42 | 29.23 | - |
| YUV | 154.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 141 | 0 | 0.37 | 0.32 | 0.19 | 352.11 | 0.44 | 0.66 |
| Hex | CF | 83 | 8D | 0 | 25 | 20 | 13 | 160 | 2C | 42 |
| Octal | 317 | 203 | 215 | 0 | 45 | 40 | 23 | 540 | 54 | 102 |
| Binary | 11001111 | 10000011 | 10001101 | 0 | 100101 | 100000 | 10011 | 101100000 | 101100 | 1000010 |
Color Harmonies of #CF838D
Complementary color
Monochromatic Colors of #CF838D
Black with #CF838D
Text Example
Text Example
White with #CF838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF838D; }
p { color: rgb(207,131,141); }
H1.HeaderClassName
{
color: #CF838D;
}
.AnyTagClassName
{
color: #CF838D;
}
</style>
background-color css
<style>
a { background-color: #CF838D; }
a { background-color: rgb(207,131,141); }
div.DivClassName
{
background-color: #CF838D;
}
.BgClassName
{
background-color: #CF838D;
}
</style>
border-color css
<style>
span { border-color: #CF838D; }
span { border-color: rgb(207,131,141); }
td.TdClassName
{
border-color: #CF838D;
}
.TagClassName
{
border-color: #CF838D;
}
</style>