Shades of Pavlova #C2AA87
Tints of Pavlova #C2AA87
RGB
CMYK
RGB Variations
Color information
#C2AA87 (or 0xC2AA87) is known color: Pavlova. HEX triplet: C2, AA and 87. RGB value is (194,170,135). Sum of RGB (Red+Green+Blue) = 194+170+135=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA87 is #3D5578. Grayscale: #ADADAD. Windows color (decimal): -4019577 or 8891074. OLE color: 8891074.
HSL color Cylindrical-coordinate representation of color #C2AA87: hue angle of 35.59º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AA87 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 135 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.24 |
| HSL | 35.59º | 0.33% | 0.65% | - |
| HSV(B) | 35.59º | 0.3% | 0.76% | - |
| XYZ | 41 | 41.97 | 28.86 | - |
| YUV | 173.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 135 | 0 | 0.12 | 0.30 | 0.24 | 35.59 | 0.33 | 0.65 |
| Hex | C2 | AA | 87 | 0 | C | 1E | 18 | 24 | 21 | 41 |
| Octal | 302 | 252 | 207 | 0 | 14 | 36 | 30 | 44 | 41 | 101 |
| Binary | 11000010 | 10101010 | 10000111 | 0 | 1100 | 11110 | 11000 | 100100 | 100001 | 1000001 |
Color Harmonies of #C2AA87
Complementary color
Monochromatic Colors of #C2AA87
Black with #C2AA87
Text Example
Text Example
White with #C2AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA87; }
p { color: rgb(194,170,135); }
H1.HeaderClassName
{
color: #C2AA87;
}
.AnyTagClassName
{
color: #C2AA87;
}
</style>
background-color css
<style>
a { background-color: #C2AA87; }
a { background-color: rgb(194,170,135); }
div.DivClassName
{
background-color: #C2AA87;
}
.BgClassName
{
background-color: #C2AA87;
}
</style>
border-color css
<style>
span { border-color: #C2AA87; }
span { border-color: rgb(194,170,135); }
td.TdClassName
{
border-color: #C2AA87;
}
.TagClassName
{
border-color: #C2AA87;
}
</style>