Shades of Pavlova #C0AE8C
Tints of Pavlova #C0AE8C
RGB
CMYK
RGB Variations
Color information
#C0AE8C (or 0xC0AE8C) is known color: Pavlova. HEX triplet: C0, AE and 8C. RGB value is (192,174,140). Sum of RGB (Red+Green+Blue) = 192+174+140=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE8C is #3F5173. Grayscale: #AFAFAF. Windows color (decimal): -4149620 or 9219776. OLE color: 9219776.
HSL color Cylindrical-coordinate representation of color #C0AE8C: hue angle of 39.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0AE8C is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 140 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.25 |
| HSL | 39.23º | 0.29% | 0.65% | - |
| HSV(B) | 39.23º | 0.27% | 0.75% | - |
| XYZ | 41.61 | 43.37 | 30.99 | - |
| YUV | 175.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 140 | 0 | 0.09 | 0.27 | 0.25 | 39.23 | 0.29 | 0.65 |
| Hex | C0 | AE | 8C | 0 | 9 | 1B | 19 | 27 | 1D | 41 |
| Octal | 300 | 256 | 214 | 0 | 11 | 33 | 31 | 47 | 35 | 101 |
| Binary | 11000000 | 10101110 | 10001100 | 0 | 1001 | 11011 | 11001 | 100111 | 11101 | 1000001 |
Color Harmonies of #C0AE8C
Complementary color
Monochromatic Colors of #C0AE8C
Black with #C0AE8C
Text Example
Text Example
White with #C0AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE8C; }
p { color: rgb(192,174,140); }
H1.HeaderClassName
{
color: #C0AE8C;
}
.AnyTagClassName
{
color: #C0AE8C;
}
</style>
background-color css
<style>
a { background-color: #C0AE8C; }
a { background-color: rgb(192,174,140); }
div.DivClassName
{
background-color: #C0AE8C;
}
.BgClassName
{
background-color: #C0AE8C;
}
</style>
border-color css
<style>
span { border-color: #C0AE8C; }
span { border-color: rgb(192,174,140); }
td.TdClassName
{
border-color: #C0AE8C;
}
.TagClassName
{
border-color: #C0AE8C;
}
</style>