Shades of Pavlova #C0AC88
Tints of Pavlova #C0AC88
RGB
CMYK
RGB Variations
Color information
#C0AC88 (or 0xC0AC88) is known color: Pavlova. HEX triplet: C0, AC and 88. RGB value is (192,172,136). Sum of RGB (Red+Green+Blue) = 192+172+136=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC88 is #3F5377. Grayscale: #AEAEAE. Windows color (decimal): -4150136 or 8957120. OLE color: 8957120.
HSL color Cylindrical-coordinate representation of color #C0AC88: hue angle of 38.57º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0AC88 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 136 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.25 |
| HSL | 38.57º | 0.31% | 0.64% | - |
| HSV(B) | 38.57º | 0.29% | 0.75% | - |
| XYZ | 40.93 | 42.49 | 29.34 | - |
| YUV | 173.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 136 | 0 | 0.10 | 0.29 | 0.25 | 38.57 | 0.31 | 0.64 |
| Hex | C0 | AC | 88 | 0 | A | 1D | 19 | 27 | 1F | 40 |
| Octal | 300 | 254 | 210 | 0 | 12 | 35 | 31 | 47 | 37 | 100 |
| Binary | 11000000 | 10101100 | 10001000 | 0 | 1010 | 11101 | 11001 | 100111 | 11111 | 1000000 |
Color Harmonies of #C0AC88
Complementary color
Monochromatic Colors of #C0AC88
Black with #C0AC88
Text Example
Text Example
White with #C0AC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC88; }
p { color: rgb(192,172,136); }
H1.HeaderClassName
{
color: #C0AC88;
}
.AnyTagClassName
{
color: #C0AC88;
}
</style>
background-color css
<style>
a { background-color: #C0AC88; }
a { background-color: rgb(192,172,136); }
div.DivClassName
{
background-color: #C0AC88;
}
.BgClassName
{
background-color: #C0AC88;
}
</style>
border-color css
<style>
span { border-color: #C0AC88; }
span { border-color: rgb(192,172,136); }
td.TdClassName
{
border-color: #C0AC88;
}
.TagClassName
{
border-color: #C0AC88;
}
</style>