Shades of Puce #CF80A3
Tints of Puce #CF80A3
RGB
CMYK
RGB Variations
Color information
#CF80A3 (or 0xCF80A3) is known color: Puce. HEX triplet: CF, 80 and A3. RGB value is (207,128,163). Sum of RGB (Red+Green+Blue) = 207+128+163=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF80A3 is #307F5C. Grayscale: #9B9B9B. Windows color (decimal): -3178333 or 10715343. OLE color: 10715343.
HSL color Cylindrical-coordinate representation of color #CF80A3: hue angle of 333.42º 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 #CF80A3 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 163 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.19 |
| HSL | 333.42º | 0.45% | 0.66% | - |
| HSV(B) | 333.42º | 0.38% | 0.81% | - |
| XYZ | 40.06 | 31.35 | 38.59 | - |
| YUV | 155.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 163 | 0 | 0.38 | 0.21 | 0.19 | 333.42 | 0.45 | 0.66 |
| Hex | CF | 80 | A3 | 0 | 26 | 15 | 13 | 14D | 2D | 42 |
| Octal | 317 | 200 | 243 | 0 | 46 | 25 | 23 | 515 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10100011 | 0 | 100110 | 10101 | 10011 | 101001101 | 101101 | 1000010 |
Color Harmonies of #CF80A3
Complementary color
Monochromatic Colors of #CF80A3
Black with #CF80A3
Text Example
Text Example
White with #CF80A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80A3; }
p { color: rgb(207,128,163); }
H1.HeaderClassName
{
color: #CF80A3;
}
.AnyTagClassName
{
color: #CF80A3;
}
</style>
background-color css
<style>
a { background-color: #CF80A3; }
a { background-color: rgb(207,128,163); }
div.DivClassName
{
background-color: #CF80A3;
}
.BgClassName
{
background-color: #CF80A3;
}
</style>
border-color css
<style>
span { border-color: #CF80A3; }
span { border-color: rgb(207,128,163); }
td.TdClassName
{
border-color: #CF80A3;
}
.TagClassName
{
border-color: #CF80A3;
}
</style>