Shades of Puce #CF81A3
Tints of Puce #CF81A3
RGB
CMYK
RGB Variations
Color information
#CF81A3 (or 0xCF81A3) is known color: Puce. HEX triplet: CF, 81 and A3. RGB value is (207,129,163). Sum of RGB (Red+Green+Blue) = 207+129+163=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF81A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF81A3 is #307E5C. Grayscale: #9C9C9C. Windows color (decimal): -3178077 or 10715599. OLE color: 10715599.
HSL color Cylindrical-coordinate representation of color #CF81A3: hue angle of 333.85º 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 #CF81A3 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 163 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.19 |
| HSL | 333.85º | 0.45% | 0.66% | - |
| HSV(B) | 333.85º | 0.38% | 0.81% | - |
| XYZ | 40.19 | 31.61 | 38.63 | - |
| YUV | 156.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 163 | 0 | 0.38 | 0.21 | 0.19 | 333.85 | 0.45 | 0.66 |
| Hex | CF | 81 | A3 | 0 | 26 | 15 | 13 | 14E | 2D | 42 |
| Octal | 317 | 201 | 243 | 0 | 46 | 25 | 23 | 516 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10100011 | 0 | 100110 | 10101 | 10011 | 101001110 | 101101 | 1000010 |
Color Harmonies of #CF81A3
Complementary color
Monochromatic Colors of #CF81A3
Black with #CF81A3
Text Example
Text Example
White with #CF81A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81A3; }
p { color: rgb(207,129,163); }
H1.HeaderClassName
{
color: #CF81A3;
}
.AnyTagClassName
{
color: #CF81A3;
}
</style>
background-color css
<style>
a { background-color: #CF81A3; }
a { background-color: rgb(207,129,163); }
div.DivClassName
{
background-color: #CF81A3;
}
.BgClassName
{
background-color: #CF81A3;
}
</style>
border-color css
<style>
span { border-color: #CF81A3; }
span { border-color: rgb(207,129,163); }
td.TdClassName
{
border-color: #CF81A3;
}
.TagClassName
{
border-color: #CF81A3;
}
</style>