Shades of Pavlova #C0AB8F
Tints of Pavlova #C0AB8F
RGB
CMYK
RGB Variations
Color information
#C0AB8F (or 0xC0AB8F) is known color: Pavlova. HEX triplet: C0, AB and 8F. RGB value is (192,171,143). Sum of RGB (Red+Green+Blue) = 192+171+143=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB8F is #3F5470. Grayscale: #AEAEAE. Windows color (decimal): -4150385 or 9415616. OLE color: 9415616.
HSL color Cylindrical-coordinate representation of color #C0AB8F: hue angle of 34.29º 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 #C0AB8F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 143 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.25 |
| HSL | 34.29º | 0.28% | 0.66% | - |
| HSV(B) | 34.29º | 0.26% | 0.75% | - |
| XYZ | 41.26 | 42.32 | 31.98 | - |
| YUV | 174.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 143 | 0 | 0.11 | 0.26 | 0.25 | 34.29 | 0.28 | 0.66 |
| Hex | C0 | AB | 8F | 0 | B | 1A | 19 | 22 | 1C | 42 |
| Octal | 300 | 253 | 217 | 0 | 13 | 32 | 31 | 42 | 34 | 102 |
| Binary | 11000000 | 10101011 | 10001111 | 0 | 1011 | 11010 | 11001 | 100010 | 11100 | 1000010 |
Color Harmonies of #C0AB8F
Complementary color
Monochromatic Colors of #C0AB8F
Black with #C0AB8F
Text Example
Text Example
White with #C0AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB8F; }
p { color: rgb(192,171,143); }
H1.HeaderClassName
{
color: #C0AB8F;
}
.AnyTagClassName
{
color: #C0AB8F;
}
</style>
background-color css
<style>
a { background-color: #C0AB8F; }
a { background-color: rgb(192,171,143); }
div.DivClassName
{
background-color: #C0AB8F;
}
.BgClassName
{
background-color: #C0AB8F;
}
</style>
border-color css
<style>
span { border-color: #C0AB8F; }
span { border-color: rgb(192,171,143); }
td.TdClassName
{
border-color: #C0AB8F;
}
.TagClassName
{
border-color: #C0AB8F;
}
</style>