Shades of Pavlova #C5AD87
Tints of Pavlova #C5AD87
RGB
CMYK
RGB Variations
Color information
#C5AD87 (or 0xC5AD87) is known color: Pavlova. HEX triplet: C5, AD and 87. RGB value is (197,173,135). Sum of RGB (Red+Green+Blue) = 197+173+135=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD87 is #3A5278. Grayscale: #B0B0B0. Windows color (decimal): -3822201 or 8891845. OLE color: 8891845.
HSL color Cylindrical-coordinate representation of color #C5AD87: hue angle of 36.77º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5AD87 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 135 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.23 |
| HSL | 36.77º | 0.35% | 0.65% | - |
| HSV(B) | 36.77º | 0.31% | 0.77% | - |
| XYZ | 42.34 | 43.51 | 29.09 | - |
| YUV | 175.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 135 | 0 | 0.12 | 0.31 | 0.23 | 36.77 | 0.35 | 0.65 |
| Hex | C5 | AD | 87 | 0 | C | 1F | 17 | 25 | 23 | 41 |
| Octal | 305 | 255 | 207 | 0 | 14 | 37 | 27 | 45 | 43 | 101 |
| Binary | 11000101 | 10101101 | 10000111 | 0 | 1100 | 11111 | 10111 | 100101 | 100011 | 1000001 |
Color Harmonies of #C5AD87
Complementary color
Monochromatic Colors of #C5AD87
Black with #C5AD87
Text Example
Text Example
White with #C5AD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD87; }
p { color: rgb(197,173,135); }
H1.HeaderClassName
{
color: #C5AD87;
}
.AnyTagClassName
{
color: #C5AD87;
}
</style>
background-color css
<style>
a { background-color: #C5AD87; }
a { background-color: rgb(197,173,135); }
div.DivClassName
{
background-color: #C5AD87;
}
.BgClassName
{
background-color: #C5AD87;
}
</style>
border-color css
<style>
span { border-color: #C5AD87; }
span { border-color: rgb(197,173,135); }
td.TdClassName
{
border-color: #C5AD87;
}
.TagClassName
{
border-color: #C5AD87;
}
</style>