Shades of Pavlova #C2AB89
Tints of Pavlova #C2AB89
RGB
CMYK
RGB Variations
Color information
#C2AB89 (or 0xC2AB89) is known color: Pavlova. HEX triplet: C2, AB and 89. RGB value is (194,171,137). Sum of RGB (Red+Green+Blue) = 194+171+137=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB89 is #3D5476. Grayscale: #AEAEAE. Windows color (decimal): -4019319 or 9022402. OLE color: 9022402.
HSL color Cylindrical-coordinate representation of color #C2AB89: hue angle of 35.79º 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 #C2AB89 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 137 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.24 |
| HSL | 35.79º | 0.32% | 0.65% | - |
| HSV(B) | 35.79º | 0.29% | 0.76% | - |
| XYZ | 41.33 | 42.4 | 29.67 | - |
| YUV | 174 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 137 | 0 | 0.12 | 0.29 | 0.24 | 35.79 | 0.32 | 0.65 |
| Hex | C2 | AB | 89 | 0 | C | 1D | 18 | 24 | 20 | 41 |
| Octal | 302 | 253 | 211 | 0 | 14 | 35 | 30 | 44 | 40 | 101 |
| Binary | 11000010 | 10101011 | 10001001 | 0 | 1100 | 11101 | 11000 | 100100 | 100000 | 1000001 |
Color Harmonies of #C2AB89
Complementary color
Monochromatic Colors of #C2AB89
Black with #C2AB89
Text Example
Text Example
White with #C2AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB89; }
p { color: rgb(194,171,137); }
H1.HeaderClassName
{
color: #C2AB89;
}
.AnyTagClassName
{
color: #C2AB89;
}
</style>
background-color css
<style>
a { background-color: #C2AB89; }
a { background-color: rgb(194,171,137); }
div.DivClassName
{
background-color: #C2AB89;
}
.BgClassName
{
background-color: #C2AB89;
}
</style>
border-color css
<style>
span { border-color: #C2AB89; }
span { border-color: rgb(194,171,137); }
td.TdClassName
{
border-color: #C2AB89;
}
.TagClassName
{
border-color: #C2AB89;
}
</style>