Shades of Pavlova #C1A987
Tints of Pavlova #C1A987
RGB
CMYK
RGB Variations
Color information
#C1A987 (or 0xC1A987) is known color: Pavlova. HEX triplet: C1, A9 and 87. RGB value is (193,169,135). Sum of RGB (Red+Green+Blue) = 193+169+135=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A987 is #3E5678. Grayscale: #ACACAC. Windows color (decimal): -4085369 or 8890817. OLE color: 8890817.
HSL color Cylindrical-coordinate representation of color #C1A987: hue angle of 35.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1A987 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 169 | 135 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.24 |
| HSL | 35.17º | 0.32% | 0.64% | - |
| HSV(B) | 35.17º | 0.3% | 0.76% | - |
| XYZ | 40.55 | 41.46 | 28.79 | - |
| YUV | 172.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 135 | 0 | 0.12 | 0.30 | 0.24 | 35.17 | 0.32 | 0.64 |
| Hex | C1 | A9 | 87 | 0 | C | 1E | 18 | 23 | 20 | 40 |
| Octal | 301 | 251 | 207 | 0 | 14 | 36 | 30 | 43 | 40 | 100 |
| Binary | 11000001 | 10101001 | 10000111 | 0 | 1100 | 11110 | 11000 | 100011 | 100000 | 1000000 |
Color Harmonies of #C1A987
Complementary color
Monochromatic Colors of #C1A987
Black with #C1A987
Text Example
Text Example
White with #C1A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A987; }
p { color: rgb(193,169,135); }
H1.HeaderClassName
{
color: #C1A987;
}
.AnyTagClassName
{
color: #C1A987;
}
</style>
background-color css
<style>
a { background-color: #C1A987; }
a { background-color: rgb(193,169,135); }
div.DivClassName
{
background-color: #C1A987;
}
.BgClassName
{
background-color: #C1A987;
}
</style>
border-color css
<style>
span { border-color: #C1A987; }
span { border-color: rgb(193,169,135); }
td.TdClassName
{
border-color: #C1A987;
}
.TagClassName
{
border-color: #C1A987;
}
</style>