Shades of Pavlova #C4AD86
Tints of Pavlova #C4AD86
RGB
CMYK
RGB Variations
Color information
#C4AD86 (or 0xC4AD86) is known color: Pavlova. HEX triplet: C4, AD and 86. RGB value is (196,173,134). Sum of RGB (Red+Green+Blue) = 196+173+134=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD86 is #3B5279. Grayscale: #AFAFAF. Windows color (decimal): -3887738 or 8826308. OLE color: 8826308.
HSL color Cylindrical-coordinate representation of color #C4AD86: hue angle of 37.74º degrees, saturation: 0.34, 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 #C4AD86 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 134 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.23 |
| HSL | 37.74º | 0.34% | 0.65% | - |
| HSV(B) | 37.74º | 0.32% | 0.77% | - |
| XYZ | 42.01 | 43.34 | 28.71 | - |
| YUV | 175.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 134 | 0 | 0.12 | 0.32 | 0.23 | 37.74 | 0.34 | 0.65 |
| Hex | C4 | AD | 86 | 0 | C | 20 | 17 | 26 | 22 | 41 |
| Octal | 304 | 255 | 206 | 0 | 14 | 40 | 27 | 46 | 42 | 101 |
| Binary | 11000100 | 10101101 | 10000110 | 0 | 1100 | 100000 | 10111 | 100110 | 100010 | 1000001 |
Color Harmonies of #C4AD86
Complementary color
Monochromatic Colors of #C4AD86
Black with #C4AD86
Text Example
Text Example
White with #C4AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD86; }
p { color: rgb(196,173,134); }
H1.HeaderClassName
{
color: #C4AD86;
}
.AnyTagClassName
{
color: #C4AD86;
}
</style>
background-color css
<style>
a { background-color: #C4AD86; }
a { background-color: rgb(196,173,134); }
div.DivClassName
{
background-color: #C4AD86;
}
.BgClassName
{
background-color: #C4AD86;
}
</style>
border-color css
<style>
span { border-color: #C4AD86; }
span { border-color: rgb(196,173,134); }
td.TdClassName
{
border-color: #C4AD86;
}
.TagClassName
{
border-color: #C4AD86;
}
</style>