Shades of Pavlova #C0AA82
Tints of Pavlova #C0AA82
RGB
CMYK
RGB Variations
Color information
#C0AA82 (or 0xC0AA82) is known color: Pavlova. HEX triplet: C0, AA and 82. RGB value is (192,170,130). Sum of RGB (Red+Green+Blue) = 192+170+130=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA82 is #3F557D. Grayscale: #ACACAC. Windows color (decimal): -4150654 or 8563392. OLE color: 8563392.
HSL color Cylindrical-coordinate representation of color #C0AA82: hue angle of 38.71º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0AA82 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 130 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.25 |
| HSL | 38.71º | 0.33% | 0.63% | - |
| HSV(B) | 38.71º | 0.32% | 0.75% | - |
| XYZ | 40.14 | 41.57 | 27.03 | - |
| YUV | 172.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 130 | 0 | 0.11 | 0.32 | 0.25 | 38.71 | 0.33 | 0.63 |
| Hex | C0 | AA | 82 | 0 | B | 20 | 19 | 27 | 21 | 3F |
| Octal | 300 | 252 | 202 | 0 | 13 | 40 | 31 | 47 | 41 | 77 |
| Binary | 11000000 | 10101010 | 10000010 | 0 | 1011 | 100000 | 11001 | 100111 | 100001 | 111111 |
Color Harmonies of #C0AA82
Complementary color
Monochromatic Colors of #C0AA82
Black with #C0AA82
Text Example
Text Example
White with #C0AA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA82; }
p { color: rgb(192,170,130); }
H1.HeaderClassName
{
color: #C0AA82;
}
.AnyTagClassName
{
color: #C0AA82;
}
</style>
background-color css
<style>
a { background-color: #C0AA82; }
a { background-color: rgb(192,170,130); }
div.DivClassName
{
background-color: #C0AA82;
}
.BgClassName
{
background-color: #C0AA82;
}
</style>
border-color css
<style>
span { border-color: #C0AA82; }
span { border-color: rgb(192,170,130); }
td.TdClassName
{
border-color: #C0AA82;
}
.TagClassName
{
border-color: #C0AA82;
}
</style>