Shades of Pavlova #C0B087
Tints of Pavlova #C0B087
RGB
CMYK
RGB Variations
Color information
#C0B087 (or 0xC0B087) is known color: Pavlova. HEX triplet: C0, B0 and 87. RGB value is (192,176,135). Sum of RGB (Red+Green+Blue) = 192+176+135=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B087 is #3F4F78. Grayscale: #B0B0B0. Windows color (decimal): -4149113 or 8892608. OLE color: 8892608.
HSL color Cylindrical-coordinate representation of color #C0B087: hue angle of 43.16º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B087 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 135 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.25 |
| HSL | 43.16º | 0.31% | 0.64% | - |
| HSV(B) | 43.16º | 0.3% | 0.75% | - |
| XYZ | 41.64 | 44.01 | 29.22 | - |
| YUV | 176.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 135 | 0 | 0.08 | 0.30 | 0.25 | 43.16 | 0.31 | 0.64 |
| Hex | C0 | B0 | 87 | 0 | 8 | 1E | 19 | 2B | 1F | 40 |
| Octal | 300 | 260 | 207 | 0 | 10 | 36 | 31 | 53 | 37 | 100 |
| Binary | 11000000 | 10110000 | 10000111 | 0 | 1000 | 11110 | 11001 | 101011 | 11111 | 1000000 |
Color Harmonies of #C0B087
Complementary color
Monochromatic Colors of #C0B087
Black with #C0B087
Text Example
Text Example
White with #C0B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B087; }
p { color: rgb(192,176,135); }
H1.HeaderClassName
{
color: #C0B087;
}
.AnyTagClassName
{
color: #C0B087;
}
</style>
background-color css
<style>
a { background-color: #C0B087; }
a { background-color: rgb(192,176,135); }
div.DivClassName
{
background-color: #C0B087;
}
.BgClassName
{
background-color: #C0B087;
}
</style>
border-color css
<style>
span { border-color: #C0B087; }
span { border-color: rgb(192,176,135); }
td.TdClassName
{
border-color: #C0B087;
}
.TagClassName
{
border-color: #C0B087;
}
</style>