Shades of Pavlova #C2B089
Tints of Pavlova #C2B089
RGB
CMYK
RGB Variations
Color information
#C2B089 (or 0xC2B089) is known color: Pavlova. HEX triplet: C2, B0 and 89. RGB value is (194,176,137). Sum of RGB (Red+Green+Blue) = 194+176+137=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B089 is #3D4F76. Grayscale: #B1B1B1. Windows color (decimal): -4018039 or 9023682. OLE color: 9023682.
HSL color Cylindrical-coordinate representation of color #C2B089: hue angle of 41.05º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B089 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 137 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.24 |
| HSL | 41.05º | 0.32% | 0.65% | - |
| HSV(B) | 41.05º | 0.29% | 0.76% | - |
| XYZ | 42.29 | 44.33 | 29.99 | - |
| YUV | 176.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 137 | 0 | 0.09 | 0.29 | 0.24 | 41.05 | 0.32 | 0.65 |
| Hex | C2 | B0 | 89 | 0 | 9 | 1D | 18 | 29 | 20 | 41 |
| Octal | 302 | 260 | 211 | 0 | 11 | 35 | 30 | 51 | 40 | 101 |
| Binary | 11000010 | 10110000 | 10001001 | 0 | 1001 | 11101 | 11000 | 101001 | 100000 | 1000001 |
Color Harmonies of #C2B089
Complementary color
Monochromatic Colors of #C2B089
Black with #C2B089
Text Example
Text Example
White with #C2B089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B089; }
p { color: rgb(194,176,137); }
H1.HeaderClassName
{
color: #C2B089;
}
.AnyTagClassName
{
color: #C2B089;
}
</style>
background-color css
<style>
a { background-color: #C2B089; }
a { background-color: rgb(194,176,137); }
div.DivClassName
{
background-color: #C2B089;
}
.BgClassName
{
background-color: #C2B089;
}
</style>
border-color css
<style>
span { border-color: #C2B089; }
span { border-color: rgb(194,176,137); }
td.TdClassName
{
border-color: #C2B089;
}
.TagClassName
{
border-color: #C2B089;
}
</style>