Shades of Pavlova #C0B08D
Tints of Pavlova #C0B08D
RGB
CMYK
RGB Variations
Color information
#C0B08D (or 0xC0B08D) is known color: Pavlova. HEX triplet: C0, B0 and 8D. RGB value is (192,176,141). Sum of RGB (Red+Green+Blue) = 192+176+141=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B08D is #3F4F72. Grayscale: #B0B0B0. Windows color (decimal): -4149107 or 9285824. OLE color: 9285824.
HSL color Cylindrical-coordinate representation of color #C0B08D: hue angle of 41.18º 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 #C0B08D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 141 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.25 |
| HSL | 41.18º | 0.29% | 0.65% | - |
| HSV(B) | 41.18º | 0.27% | 0.75% | - |
| XYZ | 42.07 | 44.18 | 31.51 | - |
| YUV | 176.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 141 | 0 | 0.08 | 0.27 | 0.25 | 41.18 | 0.29 | 0.65 |
| Hex | C0 | B0 | 8D | 0 | 8 | 1B | 19 | 29 | 1D | 41 |
| Octal | 300 | 260 | 215 | 0 | 10 | 33 | 31 | 51 | 35 | 101 |
| Binary | 11000000 | 10110000 | 10001101 | 0 | 1000 | 11011 | 11001 | 101001 | 11101 | 1000001 |
Color Harmonies of #C0B08D
Complementary color
Monochromatic Colors of #C0B08D
Black with #C0B08D
Text Example
Text Example
White with #C0B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B08D; }
p { color: rgb(192,176,141); }
H1.HeaderClassName
{
color: #C0B08D;
}
.AnyTagClassName
{
color: #C0B08D;
}
</style>
background-color css
<style>
a { background-color: #C0B08D; }
a { background-color: rgb(192,176,141); }
div.DivClassName
{
background-color: #C0B08D;
}
.BgClassName
{
background-color: #C0B08D;
}
</style>
border-color css
<style>
span { border-color: #C0B08D; }
span { border-color: rgb(192,176,141); }
td.TdClassName
{
border-color: #C0B08D;
}
.TagClassName
{
border-color: #C0B08D;
}
</style>