Shades of Pavlova #C5B089
Tints of Pavlova #C5B089
RGB
CMYK
RGB Variations
Color information
#C5B089 (or 0xC5B089) is known color: Pavlova. HEX triplet: C5, B0 and 89. RGB value is (197,176,137). Sum of RGB (Red+Green+Blue) = 197+176+137=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B089 is #3A4F76. Grayscale: #B2B2B2. Windows color (decimal): -3821431 or 9023685. OLE color: 9023685.
HSL color Cylindrical-coordinate representation of color #C5B089: hue angle of 39º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B089 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 137 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.23 |
| HSL | 39º | 0.34% | 0.65% | - |
| HSV(B) | 39º | 0.3% | 0.77% | - |
| XYZ | 43.07 | 44.73 | 30.03 | - |
| YUV | 177.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 137 | 0 | 0.11 | 0.30 | 0.23 | 39 | 0.34 | 0.65 |
| Hex | C5 | B0 | 89 | 0 | B | 1E | 17 | 27 | 22 | 41 |
| Octal | 305 | 260 | 211 | 0 | 13 | 36 | 27 | 47 | 42 | 101 |
| Binary | 11000101 | 10110000 | 10001001 | 0 | 1011 | 11110 | 10111 | 100111 | 100010 | 1000001 |
Color Harmonies of #C5B089
Complementary color
Monochromatic Colors of #C5B089
Black with #C5B089
Text Example
Text Example
White with #C5B089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B089; }
p { color: rgb(197,176,137); }
H1.HeaderClassName
{
color: #C5B089;
}
.AnyTagClassName
{
color: #C5B089;
}
</style>
background-color css
<style>
a { background-color: #C5B089; }
a { background-color: rgb(197,176,137); }
div.DivClassName
{
background-color: #C5B089;
}
.BgClassName
{
background-color: #C5B089;
}
</style>
border-color css
<style>
span { border-color: #C5B089; }
span { border-color: rgb(197,176,137); }
td.TdClassName
{
border-color: #C5B089;
}
.TagClassName
{
border-color: #C5B089;
}
</style>