Shades of Pavlova #C5AC86
Tints of Pavlova #C5AC86
RGB
CMYK
RGB Variations
Color information
#C5AC86 (or 0xC5AC86) is known color: Pavlova. HEX triplet: C5, AC and 86. RGB value is (197,172,134). Sum of RGB (Red+Green+Blue) = 197+172+134=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC86 is #3A5379. Grayscale: #AFAFAF. Windows color (decimal): -3822458 or 8826053. OLE color: 8826053.
HSL color Cylindrical-coordinate representation of color #C5AC86: hue angle of 36.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5AC86 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 134 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.23 |
| HSL | 36.19º | 0.35% | 0.65% | - |
| HSV(B) | 36.19º | 0.32% | 0.77% | - |
| XYZ | 42.08 | 43.1 | 28.65 | - |
| YUV | 175.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 134 | 0 | 0.13 | 0.32 | 0.23 | 36.19 | 0.35 | 0.65 |
| Hex | C5 | AC | 86 | 0 | D | 20 | 17 | 24 | 23 | 41 |
| Octal | 305 | 254 | 206 | 0 | 15 | 40 | 27 | 44 | 43 | 101 |
| Binary | 11000101 | 10101100 | 10000110 | 0 | 1101 | 100000 | 10111 | 100100 | 100011 | 1000001 |
Color Harmonies of #C5AC86
Complementary color
Monochromatic Colors of #C5AC86
Black with #C5AC86
Text Example
Text Example
White with #C5AC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC86; }
p { color: rgb(197,172,134); }
H1.HeaderClassName
{
color: #C5AC86;
}
.AnyTagClassName
{
color: #C5AC86;
}
</style>
background-color css
<style>
a { background-color: #C5AC86; }
a { background-color: rgb(197,172,134); }
div.DivClassName
{
background-color: #C5AC86;
}
.BgClassName
{
background-color: #C5AC86;
}
</style>
border-color css
<style>
span { border-color: #C5AC86; }
span { border-color: rgb(197,172,134); }
td.TdClassName
{
border-color: #C5AC86;
}
.TagClassName
{
border-color: #C5AC86;
}
</style>