Shades of Pavlova #C0AC87
Tints of Pavlova #C0AC87
RGB
CMYK
RGB Variations
Color information
#C0AC87 (or 0xC0AC87) is known color: Pavlova. HEX triplet: C0, AC and 87. RGB value is (192,172,135). Sum of RGB (Red+Green+Blue) = 192+172+135=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC87 is #3F5378. Grayscale: #ADADAD. Windows color (decimal): -4150137 or 8891584. OLE color: 8891584.
HSL color Cylindrical-coordinate representation of color #C0AC87: hue angle of 38.95º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AC87 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 135 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.25 |
| HSL | 38.95º | 0.31% | 0.64% | - |
| HSV(B) | 38.95º | 0.3% | 0.75% | - |
| XYZ | 40.86 | 42.46 | 28.96 | - |
| YUV | 173.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 135 | 0 | 0.10 | 0.30 | 0.25 | 38.95 | 0.31 | 0.64 |
| Hex | C0 | AC | 87 | 0 | A | 1E | 19 | 27 | 1F | 40 |
| Octal | 300 | 254 | 207 | 0 | 12 | 36 | 31 | 47 | 37 | 100 |
| Binary | 11000000 | 10101100 | 10000111 | 0 | 1010 | 11110 | 11001 | 100111 | 11111 | 1000000 |
Color Harmonies of #C0AC87
Complementary color
Monochromatic Colors of #C0AC87
Black with #C0AC87
Text Example
Text Example
White with #C0AC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC87; }
p { color: rgb(192,172,135); }
H1.HeaderClassName
{
color: #C0AC87;
}
.AnyTagClassName
{
color: #C0AC87;
}
</style>
background-color css
<style>
a { background-color: #C0AC87; }
a { background-color: rgb(192,172,135); }
div.DivClassName
{
background-color: #C0AC87;
}
.BgClassName
{
background-color: #C0AC87;
}
</style>
border-color css
<style>
span { border-color: #C0AC87; }
span { border-color: rgb(192,172,135); }
td.TdClassName
{
border-color: #C0AC87;
}
.TagClassName
{
border-color: #C0AC87;
}
</style>