Shades of Pavlova #C2B189
Tints of Pavlova #C2B189
RGB
CMYK
RGB Variations
Color information
#C2B189 (or 0xC2B189) is known color: Pavlova. HEX triplet: C2, B1 and 89. RGB value is (194,177,137). Sum of RGB (Red+Green+Blue) = 194+177+137=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B189 is #3D4E76. Grayscale: #B1B1B1. Windows color (decimal): -4017783 or 9023938. OLE color: 9023938.
HSL color Cylindrical-coordinate representation of color #C2B189: hue angle of 42.11º 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 #C2B189 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 137 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.24 |
| HSL | 42.11º | 0.32% | 0.65% | - |
| HSV(B) | 42.11º | 0.29% | 0.76% | - |
| XYZ | 42.49 | 44.72 | 30.06 | - |
| YUV | 177.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 137 | 0 | 0.09 | 0.29 | 0.24 | 42.11 | 0.32 | 0.65 |
| Hex | C2 | B1 | 89 | 0 | 9 | 1D | 18 | 2A | 20 | 41 |
| Octal | 302 | 261 | 211 | 0 | 11 | 35 | 30 | 52 | 40 | 101 |
| Binary | 11000010 | 10110001 | 10001001 | 0 | 1001 | 11101 | 11000 | 101010 | 100000 | 1000001 |
Color Harmonies of #C2B189
Complementary color
Monochromatic Colors of #C2B189
Black with #C2B189
Text Example
Text Example
White with #C2B189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B189; }
p { color: rgb(194,177,137); }
H1.HeaderClassName
{
color: #C2B189;
}
.AnyTagClassName
{
color: #C2B189;
}
</style>
background-color css
<style>
a { background-color: #C2B189; }
a { background-color: rgb(194,177,137); }
div.DivClassName
{
background-color: #C2B189;
}
.BgClassName
{
background-color: #C2B189;
}
</style>
border-color css
<style>
span { border-color: #C2B189; }
span { border-color: rgb(194,177,137); }
td.TdClassName
{
border-color: #C2B189;
}
.TagClassName
{
border-color: #C2B189;
}
</style>