Shades of Pavlova #C5AD86
Tints of Pavlova #C5AD86
RGB
CMYK
RGB Variations
Color information
#C5AD86 (or 0xC5AD86) is known color: Pavlova. HEX triplet: C5, AD and 86. RGB value is (197,173,134). Sum of RGB (Red+Green+Blue) = 197+173+134=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD86 is #3A5279. Grayscale: #AFAFAF. Windows color (decimal): -3822202 or 8826309. OLE color: 8826309.
HSL color Cylindrical-coordinate representation of color #C5AD86: hue angle of 37.14º 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 #C5AD86 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 134 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.23 |
| HSL | 37.14º | 0.35% | 0.65% | - |
| HSV(B) | 37.14º | 0.32% | 0.77% | - |
| XYZ | 42.27 | 43.48 | 28.72 | - |
| YUV | 175.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 134 | 0 | 0.12 | 0.32 | 0.23 | 37.14 | 0.35 | 0.65 |
| Hex | C5 | AD | 86 | 0 | C | 20 | 17 | 25 | 23 | 41 |
| Octal | 305 | 255 | 206 | 0 | 14 | 40 | 27 | 45 | 43 | 101 |
| Binary | 11000101 | 10101101 | 10000110 | 0 | 1100 | 100000 | 10111 | 100101 | 100011 | 1000001 |
Color Harmonies of #C5AD86
Complementary color
Monochromatic Colors of #C5AD86
Black with #C5AD86
Text Example
Text Example
White with #C5AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD86; }
p { color: rgb(197,173,134); }
H1.HeaderClassName
{
color: #C5AD86;
}
.AnyTagClassName
{
color: #C5AD86;
}
</style>
background-color css
<style>
a { background-color: #C5AD86; }
a { background-color: rgb(197,173,134); }
div.DivClassName
{
background-color: #C5AD86;
}
.BgClassName
{
background-color: #C5AD86;
}
</style>
border-color css
<style>
span { border-color: #C5AD86; }
span { border-color: rgb(197,173,134); }
td.TdClassName
{
border-color: #C5AD86;
}
.TagClassName
{
border-color: #C5AD86;
}
</style>