Shades of Puce #CF819C
Tints of Puce #CF819C
RGB
CMYK
RGB Variations
Color information
#CF819C (or 0xCF819C) is known color: Puce. HEX triplet: CF, 81 and 9C. RGB value is (207,129,156). Sum of RGB (Red+Green+Blue) = 207+129+156=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF819C is #307E63. Grayscale: #9B9B9B. Windows color (decimal): -3178084 or 10256847. OLE color: 10256847.
HSL color Cylindrical-coordinate representation of color #CF819C: hue angle of 339.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF819C is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 156 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.19 |
| HSL | 339.23º | 0.45% | 0.66% | - |
| HSV(B) | 339.23º | 0.38% | 0.81% | - |
| XYZ | 39.58 | 31.37 | 35.42 | - |
| YUV | 155.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 156 | 0 | 0.38 | 0.25 | 0.19 | 339.23 | 0.45 | 0.66 |
| Hex | CF | 81 | 9C | 0 | 26 | 19 | 13 | 153 | 2D | 42 |
| Octal | 317 | 201 | 234 | 0 | 46 | 31 | 23 | 523 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10011100 | 0 | 100110 | 11001 | 10011 | 101010011 | 101101 | 1000010 |
Color Harmonies of #CF819C
Complementary color
Monochromatic Colors of #CF819C
Black with #CF819C
Text Example
Text Example
White with #CF819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF819C; }
p { color: rgb(207,129,156); }
H1.HeaderClassName
{
color: #CF819C;
}
.AnyTagClassName
{
color: #CF819C;
}
</style>
background-color css
<style>
a { background-color: #CF819C; }
a { background-color: rgb(207,129,156); }
div.DivClassName
{
background-color: #CF819C;
}
.BgClassName
{
background-color: #CF819C;
}
</style>
border-color css
<style>
span { border-color: #CF819C; }
span { border-color: rgb(207,129,156); }
td.TdClassName
{
border-color: #CF819C;
}
.TagClassName
{
border-color: #CF819C;
}
</style>