Shades of Puce #CF809C
Tints of Puce #CF809C
RGB
CMYK
RGB Variations
Color information
#CF809C (or 0xCF809C) is known color: Puce. HEX triplet: CF, 80 and 9C. RGB value is (207,128,156). Sum of RGB (Red+Green+Blue) = 207+128+156=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF809C is #307F63. Grayscale: #9A9A9A. Windows color (decimal): -3178340 or 10256591. OLE color: 10256591.
HSL color Cylindrical-coordinate representation of color #CF809C: hue angle of 338.73º 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 #CF809C is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 156 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.19 |
| HSL | 338.73º | 0.45% | 0.66% | - |
| HSV(B) | 338.73º | 0.38% | 0.81% | - |
| XYZ | 39.45 | 31.1 | 35.38 | - |
| YUV | 154.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 156 | 0 | 0.38 | 0.25 | 0.19 | 338.73 | 0.45 | 0.66 |
| Hex | CF | 80 | 9C | 0 | 26 | 19 | 13 | 153 | 2D | 42 |
| Octal | 317 | 200 | 234 | 0 | 46 | 31 | 23 | 523 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10011100 | 0 | 100110 | 11001 | 10011 | 101010011 | 101101 | 1000010 |
Color Harmonies of #CF809C
Complementary color
Monochromatic Colors of #CF809C
Black with #CF809C
Text Example
Text Example
White with #CF809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF809C; }
p { color: rgb(207,128,156); }
H1.HeaderClassName
{
color: #CF809C;
}
.AnyTagClassName
{
color: #CF809C;
}
</style>
background-color css
<style>
a { background-color: #CF809C; }
a { background-color: rgb(207,128,156); }
div.DivClassName
{
background-color: #CF809C;
}
.BgClassName
{
background-color: #CF809C;
}
</style>
border-color css
<style>
span { border-color: #CF809C; }
span { border-color: rgb(207,128,156); }
td.TdClassName
{
border-color: #CF809C;
}
.TagClassName
{
border-color: #CF809C;
}
</style>