Shades of Pavlova #C5AD85
Tints of Pavlova #C5AD85
RGB
CMYK
RGB Variations
Color information
#C5AD85 (or 0xC5AD85) is known color: Pavlova. HEX triplet: C5, AD and 85. RGB value is (197,173,133). Sum of RGB (Red+Green+Blue) = 197+173+133=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD85 is #3A527A. Grayscale: #AFAFAF. Windows color (decimal): -3822203 or 8760773. OLE color: 8760773.
HSL color Cylindrical-coordinate representation of color #C5AD85: hue angle of 37.5º degrees, saturation: 0.36, 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 #C5AD85 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 133 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.23 |
| HSL | 37.5º | 0.36% | 0.65% | - |
| HSV(B) | 37.5º | 0.32% | 0.77% | - |
| XYZ | 42.2 | 43.45 | 28.35 | - |
| YUV | 175.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 133 | 0 | 0.12 | 0.32 | 0.23 | 37.5 | 0.36 | 0.65 |
| Hex | C5 | AD | 85 | 0 | C | 20 | 17 | 26 | 24 | 41 |
| Octal | 305 | 255 | 205 | 0 | 14 | 40 | 27 | 46 | 44 | 101 |
| Binary | 11000101 | 10101101 | 10000101 | 0 | 1100 | 100000 | 10111 | 100110 | 100100 | 1000001 |
Color Harmonies of #C5AD85
Complementary color
Monochromatic Colors of #C5AD85
Black with #C5AD85
Text Example
Text Example
White with #C5AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD85; }
p { color: rgb(197,173,133); }
H1.HeaderClassName
{
color: #C5AD85;
}
.AnyTagClassName
{
color: #C5AD85;
}
</style>
background-color css
<style>
a { background-color: #C5AD85; }
a { background-color: rgb(197,173,133); }
div.DivClassName
{
background-color: #C5AD85;
}
.BgClassName
{
background-color: #C5AD85;
}
</style>
border-color css
<style>
span { border-color: #C5AD85; }
span { border-color: rgb(197,173,133); }
td.TdClassName
{
border-color: #C5AD85;
}
.TagClassName
{
border-color: #C5AD85;
}
</style>