Shades of Pavlova #C0B18D
Tints of Pavlova #C0B18D
RGB
CMYK
RGB Variations
Color information
#C0B18D (or 0xC0B18D) is known color: Pavlova. HEX triplet: C0, B1 and 8D. RGB value is (192,177,141). Sum of RGB (Red+Green+Blue) = 192+177+141=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B18D is #3F4E72. Grayscale: #B1B1B1. Windows color (decimal): -4148851 or 9286080. OLE color: 9286080.
HSL color Cylindrical-coordinate representation of color #C0B18D: hue angle of 42.35º 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 #C0B18D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 141 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.25 |
| HSL | 42.35º | 0.29% | 0.65% | - |
| HSV(B) | 42.35º | 0.27% | 0.75% | - |
| XYZ | 42.27 | 44.57 | 31.58 | - |
| YUV | 177.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 141 | 0 | 0.08 | 0.27 | 0.25 | 42.35 | 0.29 | 0.65 |
| Hex | C0 | B1 | 8D | 0 | 8 | 1B | 19 | 2A | 1D | 41 |
| Octal | 300 | 261 | 215 | 0 | 10 | 33 | 31 | 52 | 35 | 101 |
| Binary | 11000000 | 10110001 | 10001101 | 0 | 1000 | 11011 | 11001 | 101010 | 11101 | 1000001 |
Color Harmonies of #C0B18D
Complementary color
Monochromatic Colors of #C0B18D
Black with #C0B18D
Text Example
Text Example
White with #C0B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B18D; }
p { color: rgb(192,177,141); }
H1.HeaderClassName
{
color: #C0B18D;
}
.AnyTagClassName
{
color: #C0B18D;
}
</style>
background-color css
<style>
a { background-color: #C0B18D; }
a { background-color: rgb(192,177,141); }
div.DivClassName
{
background-color: #C0B18D;
}
.BgClassName
{
background-color: #C0B18D;
}
</style>
border-color css
<style>
span { border-color: #C0B18D; }
span { border-color: rgb(192,177,141); }
td.TdClassName
{
border-color: #C0B18D;
}
.TagClassName
{
border-color: #C0B18D;
}
</style>