Shades of Pavlova #C2AB83
Tints of Pavlova #C2AB83
RGB
CMYK
RGB Variations
Color information
#C2AB83 (or 0xC2AB83) is known color: Pavlova. HEX triplet: C2, AB and 83. RGB value is (194,171,131). Sum of RGB (Red+Green+Blue) = 194+171+131=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB83 is #3D547C. Grayscale: #ADADAD. Windows color (decimal): -4019325 or 8629186. OLE color: 8629186.
HSL color Cylindrical-coordinate representation of color #C2AB83: hue angle of 38.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2AB83 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 131 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.24 |
| HSL | 38.1º | 0.34% | 0.64% | - |
| HSV(B) | 38.1º | 0.32% | 0.76% | - |
| XYZ | 40.91 | 42.23 | 27.47 | - |
| YUV | 173.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 131 | 0 | 0.12 | 0.32 | 0.24 | 38.1 | 0.34 | 0.64 |
| Hex | C2 | AB | 83 | 0 | C | 20 | 18 | 26 | 22 | 40 |
| Octal | 302 | 253 | 203 | 0 | 14 | 40 | 30 | 46 | 42 | 100 |
| Binary | 11000010 | 10101011 | 10000011 | 0 | 1100 | 100000 | 11000 | 100110 | 100010 | 1000000 |
Color Harmonies of #C2AB83
Complementary color
Monochromatic Colors of #C2AB83
Black with #C2AB83
Text Example
Text Example
White with #C2AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB83; }
p { color: rgb(194,171,131); }
H1.HeaderClassName
{
color: #C2AB83;
}
.AnyTagClassName
{
color: #C2AB83;
}
</style>
background-color css
<style>
a { background-color: #C2AB83; }
a { background-color: rgb(194,171,131); }
div.DivClassName
{
background-color: #C2AB83;
}
.BgClassName
{
background-color: #C2AB83;
}
</style>
border-color css
<style>
span { border-color: #C2AB83; }
span { border-color: rgb(194,171,131); }
td.TdClassName
{
border-color: #C2AB83;
}
.TagClassName
{
border-color: #C2AB83;
}
</style>