Shades of Pavlova #C0AA8F
Tints of Pavlova #C0AA8F
RGB
CMYK
RGB Variations
Color information
#C0AA8F (or 0xC0AA8F) is known color: Pavlova. HEX triplet: C0, AA and 8F. RGB value is (192,170,143). Sum of RGB (Red+Green+Blue) = 192+170+143=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA8F is #3F5570. Grayscale: #ADADAD. Windows color (decimal): -4150641 or 9415360. OLE color: 9415360.
HSL color Cylindrical-coordinate representation of color #C0AA8F: hue angle of 33.06º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0AA8F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 143 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.25 |
| HSL | 33.06º | 0.28% | 0.66% | - |
| HSV(B) | 33.06º | 0.26% | 0.75% | - |
| XYZ | 41.07 | 41.94 | 31.92 | - |
| YUV | 173.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 143 | 0 | 0.11 | 0.26 | 0.25 | 33.06 | 0.28 | 0.66 |
| Hex | C0 | AA | 8F | 0 | B | 1A | 19 | 21 | 1C | 42 |
| Octal | 300 | 252 | 217 | 0 | 13 | 32 | 31 | 41 | 34 | 102 |
| Binary | 11000000 | 10101010 | 10001111 | 0 | 1011 | 11010 | 11001 | 100001 | 11100 | 1000010 |
Color Harmonies of #C0AA8F
Complementary color
Monochromatic Colors of #C0AA8F
Black with #C0AA8F
Text Example
Text Example
White with #C0AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA8F; }
p { color: rgb(192,170,143); }
H1.HeaderClassName
{
color: #C0AA8F;
}
.AnyTagClassName
{
color: #C0AA8F;
}
</style>
background-color css
<style>
a { background-color: #C0AA8F; }
a { background-color: rgb(192,170,143); }
div.DivClassName
{
background-color: #C0AA8F;
}
.BgClassName
{
background-color: #C0AA8F;
}
</style>
border-color css
<style>
span { border-color: #C0AA8F; }
span { border-color: rgb(192,170,143); }
td.TdClassName
{
border-color: #C0AA8F;
}
.TagClassName
{
border-color: #C0AA8F;
}
</style>