Shades of Puce #CF8193
Tints of Puce #CF8193
RGB
CMYK
RGB Variations
Color information
#CF8193 (or 0xCF8193) is known color: Puce. HEX triplet: CF, 81 and 93. RGB value is (207,129,147). Sum of RGB (Red+Green+Blue) = 207+129+147=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8193 is #307E6C. Grayscale: #9A9A9A. Windows color (decimal): -3178093 or 9667023. OLE color: 9667023.
HSL color Cylindrical-coordinate representation of color #CF8193: hue angle of 346.15º 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 #CF8193 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 147 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.19 |
| HSL | 346.15º | 0.45% | 0.66% | - |
| HSV(B) | 346.15º | 0.38% | 0.81% | - |
| XYZ | 38.85 | 31.07 | 31.55 | - |
| YUV | 154.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 147 | 0 | 0.38 | 0.29 | 0.19 | 346.15 | 0.45 | 0.66 |
| Hex | CF | 81 | 93 | 0 | 26 | 1D | 13 | 15A | 2D | 42 |
| Octal | 317 | 201 | 223 | 0 | 46 | 35 | 23 | 532 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10010011 | 0 | 100110 | 11101 | 10011 | 101011010 | 101101 | 1000010 |
Color Harmonies of #CF8193
Complementary color
Monochromatic Colors of #CF8193
Black with #CF8193
Text Example
Text Example
White with #CF8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8193; }
p { color: rgb(207,129,147); }
H1.HeaderClassName
{
color: #CF8193;
}
.AnyTagClassName
{
color: #CF8193;
}
</style>
background-color css
<style>
a { background-color: #CF8193; }
a { background-color: rgb(207,129,147); }
div.DivClassName
{
background-color: #CF8193;
}
.BgClassName
{
background-color: #CF8193;
}
</style>
border-color css
<style>
span { border-color: #CF8193; }
span { border-color: rgb(207,129,147); }
td.TdClassName
{
border-color: #CF8193;
}
.TagClassName
{
border-color: #CF8193;
}
</style>