Shades of Pavlova #C0A67D
Tints of Pavlova #C0A67D
RGB
CMYK
RGB Variations
Color information
#C0A67D (or 0xC0A67D) is known color: Pavlova. HEX triplet: C0, A6 and 7D. RGB value is (192,166,125). Sum of RGB (Red+Green+Blue) = 192+166+125=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A67D is #3F5982. Grayscale: #A9A9A9. Windows color (decimal): -4151683 or 8234688. OLE color: 8234688.
HSL color Cylindrical-coordinate representation of color #C0A67D: hue angle of 36.72º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A67D is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 125 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.25 |
| HSL | 36.72º | 0.35% | 0.62% | - |
| HSV(B) | 36.72º | 0.35% | 0.75% | - |
| XYZ | 39.08 | 39.96 | 25.06 | - |
| YUV | 169.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 125 | 0 | 0.14 | 0.35 | 0.25 | 36.72 | 0.35 | 0.62 |
| Hex | C0 | A6 | 7D | 0 | E | 23 | 19 | 25 | 23 | 3E |
| Octal | 300 | 246 | 175 | 0 | 16 | 43 | 31 | 45 | 43 | 76 |
| Binary | 11000000 | 10100110 | 1111101 | 0 | 1110 | 100011 | 11001 | 100101 | 100011 | 111110 |
Color Harmonies of #C0A67D
Complementary color
Monochromatic Colors of #C0A67D
Black with #C0A67D
Text Example
Text Example
White with #C0A67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A67D; }
p { color: rgb(192,166,125); }
H1.HeaderClassName
{
color: #C0A67D;
}
.AnyTagClassName
{
color: #C0A67D;
}
</style>
background-color css
<style>
a { background-color: #C0A67D; }
a { background-color: rgb(192,166,125); }
div.DivClassName
{
background-color: #C0A67D;
}
.BgClassName
{
background-color: #C0A67D;
}
</style>
border-color css
<style>
span { border-color: #C0A67D; }
span { border-color: rgb(192,166,125); }
td.TdClassName
{
border-color: #C0A67D;
}
.TagClassName
{
border-color: #C0A67D;
}
</style>