Shades of Pavlova #C0AD8E
Tints of Pavlova #C0AD8E
RGB
CMYK
RGB Variations
Color information
#C0AD8E (or 0xC0AD8E) is known color: Pavlova. HEX triplet: C0, AD and 8E. RGB value is (192,173,142). Sum of RGB (Red+Green+Blue) = 192+173+142=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD8E is #3F5271. Grayscale: #AFAFAF. Windows color (decimal): -4149874 or 9350592. OLE color: 9350592.
HSL color Cylindrical-coordinate representation of color #C0AD8E: hue angle of 37.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0AD8E is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 142 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.25 |
| HSL | 37.2º | 0.28% | 0.65% | - |
| HSV(B) | 37.2º | 0.26% | 0.75% | - |
| XYZ | 41.56 | 43.05 | 31.71 | - |
| YUV | 175.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 142 | 0 | 0.10 | 0.26 | 0.25 | 37.2 | 0.28 | 0.65 |
| Hex | C0 | AD | 8E | 0 | A | 1A | 19 | 25 | 1C | 41 |
| Octal | 300 | 255 | 216 | 0 | 12 | 32 | 31 | 45 | 34 | 101 |
| Binary | 11000000 | 10101101 | 10001110 | 0 | 1010 | 11010 | 11001 | 100101 | 11100 | 1000001 |
Color Harmonies of #C0AD8E
Complementary color
Monochromatic Colors of #C0AD8E
Black with #C0AD8E
Text Example
Text Example
White with #C0AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD8E; }
p { color: rgb(192,173,142); }
H1.HeaderClassName
{
color: #C0AD8E;
}
.AnyTagClassName
{
color: #C0AD8E;
}
</style>
background-color css
<style>
a { background-color: #C0AD8E; }
a { background-color: rgb(192,173,142); }
div.DivClassName
{
background-color: #C0AD8E;
}
.BgClassName
{
background-color: #C0AD8E;
}
</style>
border-color css
<style>
span { border-color: #C0AD8E; }
span { border-color: rgb(192,173,142); }
td.TdClassName
{
border-color: #C0AD8E;
}
.TagClassName
{
border-color: #C0AD8E;
}
</style>