Shades of Pavlova #C0AE88
Tints of Pavlova #C0AE88
RGB
CMYK
RGB Variations
Color information
#C0AE88 (or 0xC0AE88) is known color: Pavlova. HEX triplet: C0, AE and 88. RGB value is (192,174,136). Sum of RGB (Red+Green+Blue) = 192+174+136=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE88 is #3F5177. Grayscale: #AFAFAF. Windows color (decimal): -4149624 or 8957632. OLE color: 8957632.
HSL color Cylindrical-coordinate representation of color #C0AE88: hue angle of 40.71º 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 #C0AE88 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 136 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.25 |
| HSL | 40.71º | 0.31% | 0.64% | - |
| HSV(B) | 40.71º | 0.29% | 0.75% | - |
| XYZ | 41.32 | 43.26 | 29.46 | - |
| YUV | 175.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 136 | 0 | 0.09 | 0.29 | 0.25 | 40.71 | 0.31 | 0.64 |
| Hex | C0 | AE | 88 | 0 | 9 | 1D | 19 | 29 | 1F | 40 |
| Octal | 300 | 256 | 210 | 0 | 11 | 35 | 31 | 51 | 37 | 100 |
| Binary | 11000000 | 10101110 | 10001000 | 0 | 1001 | 11101 | 11001 | 101001 | 11111 | 1000000 |
Color Harmonies of #C0AE88
Complementary color
Monochromatic Colors of #C0AE88
Black with #C0AE88
Text Example
Text Example
White with #C0AE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE88; }
p { color: rgb(192,174,136); }
H1.HeaderClassName
{
color: #C0AE88;
}
.AnyTagClassName
{
color: #C0AE88;
}
</style>
background-color css
<style>
a { background-color: #C0AE88; }
a { background-color: rgb(192,174,136); }
div.DivClassName
{
background-color: #C0AE88;
}
.BgClassName
{
background-color: #C0AE88;
}
</style>
border-color css
<style>
span { border-color: #C0AE88; }
span { border-color: rgb(192,174,136); }
td.TdClassName
{
border-color: #C0AE88;
}
.TagClassName
{
border-color: #C0AE88;
}
</style>