Shades of Pavlova #C0A679
Tints of Pavlova #C0A679
RGB
CMYK
RGB Variations
Color information
#C0A679 (or 0xC0A679) is known color: Pavlova. HEX triplet: C0, A6 and 79. RGB value is (192,166,121). Sum of RGB (Red+Green+Blue) = 192+166+121=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A679 is #3F5986. Grayscale: #A8A8A8. Windows color (decimal): -4151687 or 7972544. OLE color: 7972544.
HSL color Cylindrical-coordinate representation of color #C0A679: hue angle of 38.03º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0A679 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 121 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.25 |
| HSL | 38.03º | 0.36% | 0.61% | - |
| HSV(B) | 38.03º | 0.37% | 0.75% | - |
| XYZ | 38.83 | 39.86 | 23.74 | - |
| YUV | 168.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 121 | 0 | 0.14 | 0.37 | 0.25 | 38.03 | 0.36 | 0.61 |
| Hex | C0 | A6 | 79 | 0 | E | 25 | 19 | 26 | 24 | 3D |
| Octal | 300 | 246 | 171 | 0 | 16 | 45 | 31 | 46 | 44 | 75 |
| Binary | 11000000 | 10100110 | 1111001 | 0 | 1110 | 100101 | 11001 | 100110 | 100100 | 111101 |
Color Harmonies of #C0A679
Complementary color
Monochromatic Colors of #C0A679
Black with #C0A679
Text Example
Text Example
White with #C0A679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A679; }
p { color: rgb(192,166,121); }
H1.HeaderClassName
{
color: #C0A679;
}
.AnyTagClassName
{
color: #C0A679;
}
</style>
background-color css
<style>
a { background-color: #C0A679; }
a { background-color: rgb(192,166,121); }
div.DivClassName
{
background-color: #C0A679;
}
.BgClassName
{
background-color: #C0A679;
}
</style>
border-color css
<style>
span { border-color: #C0A679; }
span { border-color: rgb(192,166,121); }
td.TdClassName
{
border-color: #C0A679;
}
.TagClassName
{
border-color: #C0A679;
}
</style>