Shades of Pavlova #C2AB81
Tints of Pavlova #C2AB81
RGB
CMYK
RGB Variations
Color information
#C2AB81 (or 0xC2AB81) is known color: Pavlova. HEX triplet: C2, AB and 81. RGB value is (194,171,129). Sum of RGB (Red+Green+Blue) = 194+171+129=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB81 is #3D547E. Grayscale: #ADADAD. Windows color (decimal): -4019327 or 8498114. OLE color: 8498114.
HSL color Cylindrical-coordinate representation of color #C2AB81: hue angle of 38.77º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2AB81 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 129 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.24 |
| HSL | 38.77º | 0.35% | 0.63% | - |
| HSV(B) | 38.77º | 0.34% | 0.76% | - |
| XYZ | 40.77 | 42.18 | 26.76 | - |
| YUV | 173.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 129 | 0 | 0.12 | 0.34 | 0.24 | 38.77 | 0.35 | 0.63 |
| Hex | C2 | AB | 81 | 0 | C | 22 | 18 | 27 | 23 | 3F |
| Octal | 302 | 253 | 201 | 0 | 14 | 42 | 30 | 47 | 43 | 77 |
| Binary | 11000010 | 10101011 | 10000001 | 0 | 1100 | 100010 | 11000 | 100111 | 100011 | 111111 |
Color Harmonies of #C2AB81
Complementary color
Monochromatic Colors of #C2AB81
Black with #C2AB81
Text Example
Text Example
White with #C2AB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB81; }
p { color: rgb(194,171,129); }
H1.HeaderClassName
{
color: #C2AB81;
}
.AnyTagClassName
{
color: #C2AB81;
}
</style>
background-color css
<style>
a { background-color: #C2AB81; }
a { background-color: rgb(194,171,129); }
div.DivClassName
{
background-color: #C2AB81;
}
.BgClassName
{
background-color: #C2AB81;
}
</style>
border-color css
<style>
span { border-color: #C2AB81; }
span { border-color: rgb(194,171,129); }
td.TdClassName
{
border-color: #C2AB81;
}
.TagClassName
{
border-color: #C2AB81;
}
</style>