Shades of Pavlova #C0B189
Tints of Pavlova #C0B189
RGB
CMYK
RGB Variations
Color information
#C0B189 (or 0xC0B189) is known color: Pavlova. HEX triplet: C0, B1 and 89. RGB value is (192,177,137). Sum of RGB (Red+Green+Blue) = 192+177+137=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B189 is #3F4E76. Grayscale: #B1B1B1. Windows color (decimal): -4148855 or 9023936. OLE color: 9023936.
HSL color Cylindrical-coordinate representation of color #C0B189: hue angle of 43.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0B189 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 137 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.25 |
| HSL | 43.64º | 0.3% | 0.65% | - |
| HSV(B) | 43.64º | 0.29% | 0.75% | - |
| XYZ | 41.98 | 44.46 | 30.04 | - |
| YUV | 176.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 137 | 0 | 0.08 | 0.29 | 0.25 | 43.64 | 0.3 | 0.65 |
| Hex | C0 | B1 | 89 | 0 | 8 | 1D | 19 | 2C | 1E | 41 |
| Octal | 300 | 261 | 211 | 0 | 10 | 35 | 31 | 54 | 36 | 101 |
| Binary | 11000000 | 10110001 | 10001001 | 0 | 1000 | 11101 | 11001 | 101100 | 11110 | 1000001 |
Color Harmonies of #C0B189
Complementary color
Monochromatic Colors of #C0B189
Black with #C0B189
Text Example
Text Example
White with #C0B189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B189; }
p { color: rgb(192,177,137); }
H1.HeaderClassName
{
color: #C0B189;
}
.AnyTagClassName
{
color: #C0B189;
}
</style>
background-color css
<style>
a { background-color: #C0B189; }
a { background-color: rgb(192,177,137); }
div.DivClassName
{
background-color: #C0B189;
}
.BgClassName
{
background-color: #C0B189;
}
</style>
border-color css
<style>
span { border-color: #C0B189; }
span { border-color: rgb(192,177,137); }
td.TdClassName
{
border-color: #C0B189;
}
.TagClassName
{
border-color: #C0B189;
}
</style>