Shades of Pavlova #C0AB80
Tints of Pavlova #C0AB80
RGB
CMYK
RGB Variations
Color information
#C0AB80 (or 0xC0AB80) is known color: Pavlova. HEX triplet: C0, AB and 80. RGB value is (192,171,128). Sum of RGB (Red+Green+Blue) = 192+171+128=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB80 is #3F547F. Grayscale: #ACACAC. Windows color (decimal): -4150400 or 8432576. OLE color: 8432576.
HSL color Cylindrical-coordinate representation of color #C0AB80: hue angle of 40.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0AB80 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 128 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.25 |
| HSL | 40.31º | 0.34% | 0.63% | - |
| HSV(B) | 40.31º | 0.33% | 0.75% | - |
| XYZ | 40.2 | 41.89 | 26.39 | - |
| YUV | 172.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 128 | 0 | 0.11 | 0.33 | 0.25 | 40.31 | 0.34 | 0.63 |
| Hex | C0 | AB | 80 | 0 | B | 21 | 19 | 28 | 22 | 3F |
| Octal | 300 | 253 | 200 | 0 | 13 | 41 | 31 | 50 | 42 | 77 |
| Binary | 11000000 | 10101011 | 10000000 | 0 | 1011 | 100001 | 11001 | 101000 | 100010 | 111111 |
Color Harmonies of #C0AB80
Complementary color
Monochromatic Colors of #C0AB80
Black with #C0AB80
Text Example
Text Example
White with #C0AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB80; }
p { color: rgb(192,171,128); }
H1.HeaderClassName
{
color: #C0AB80;
}
.AnyTagClassName
{
color: #C0AB80;
}
</style>
background-color css
<style>
a { background-color: #C0AB80; }
a { background-color: rgb(192,171,128); }
div.DivClassName
{
background-color: #C0AB80;
}
.BgClassName
{
background-color: #C0AB80;
}
</style>
border-color css
<style>
span { border-color: #C0AB80; }
span { border-color: rgb(192,171,128); }
td.TdClassName
{
border-color: #C0AB80;
}
.TagClassName
{
border-color: #C0AB80;
}
</style>