Shades of Pavlova #C0A97F
Tints of Pavlova #C0A97F
RGB
CMYK
RGB Variations
Color information
#C0A97F (or 0xC0A97F) is known color: Pavlova. HEX triplet: C0, A9 and 7F. RGB value is (192,169,127). Sum of RGB (Red+Green+Blue) = 192+169+127=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A97F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A97F is #3F5680. Grayscale: #ABABAB. Windows color (decimal): -4150913 or 8366528. OLE color: 8366528.
HSL color Cylindrical-coordinate representation of color #C0A97F: hue angle of 38.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0A97F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 127 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.25 |
| HSL | 38.77º | 0.34% | 0.63% | - |
| HSV(B) | 38.77º | 0.34% | 0.75% | - |
| XYZ | 39.76 | 41.11 | 25.92 | - |
| YUV | 171.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 127 | 0 | 0.12 | 0.34 | 0.25 | 38.77 | 0.34 | 0.63 |
| Hex | C0 | A9 | 7F | 0 | C | 22 | 19 | 27 | 22 | 3F |
| Octal | 300 | 251 | 177 | 0 | 14 | 42 | 31 | 47 | 42 | 77 |
| Binary | 11000000 | 10101001 | 1111111 | 0 | 1100 | 100010 | 11001 | 100111 | 100010 | 111111 |
Color Harmonies of #C0A97F
Complementary color
Monochromatic Colors of #C0A97F
Black with #C0A97F
Text Example
Text Example
White with #C0A97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A97F; }
p { color: rgb(192,169,127); }
H1.HeaderClassName
{
color: #C0A97F;
}
.AnyTagClassName
{
color: #C0A97F;
}
</style>
background-color css
<style>
a { background-color: #C0A97F; }
a { background-color: rgb(192,169,127); }
div.DivClassName
{
background-color: #C0A97F;
}
.BgClassName
{
background-color: #C0A97F;
}
</style>
border-color css
<style>
span { border-color: #C0A97F; }
span { border-color: rgb(192,169,127); }
td.TdClassName
{
border-color: #C0A97F;
}
.TagClassName
{
border-color: #C0A97F;
}
</style>