Shades of Pavlova #C1A980
Tints of Pavlova #C1A980
RGB
CMYK
RGB Variations
Color information
#C1A980 (or 0xC1A980) is known color: Pavlova. HEX triplet: C1, A9 and 80. RGB value is (193,169,128). Sum of RGB (Red+Green+Blue) = 193+169+128=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A980 is #3E567F. Grayscale: #ABABAB. Windows color (decimal): -4085376 or 8432065. OLE color: 8432065.
HSL color Cylindrical-coordinate representation of color #C1A980: hue angle of 37.85º degrees, saturation: 0.34, 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 #C1A980 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 169 | 128 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.24 |
| HSL | 37.85º | 0.34% | 0.63% | - |
| HSV(B) | 37.85º | 0.34% | 0.76% | - |
| XYZ | 40.08 | 41.27 | 26.28 | - |
| YUV | 171.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 128 | 0 | 0.12 | 0.34 | 0.24 | 37.85 | 0.34 | 0.63 |
| Hex | C1 | A9 | 80 | 0 | C | 22 | 18 | 26 | 22 | 3F |
| Octal | 301 | 251 | 200 | 0 | 14 | 42 | 30 | 46 | 42 | 77 |
| Binary | 11000001 | 10101001 | 10000000 | 0 | 1100 | 100010 | 11000 | 100110 | 100010 | 111111 |
Color Harmonies of #C1A980
Complementary color
Monochromatic Colors of #C1A980
Black with #C1A980
Text Example
Text Example
White with #C1A980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A980; }
p { color: rgb(193,169,128); }
H1.HeaderClassName
{
color: #C1A980;
}
.AnyTagClassName
{
color: #C1A980;
}
</style>
background-color css
<style>
a { background-color: #C1A980; }
a { background-color: rgb(193,169,128); }
div.DivClassName
{
background-color: #C1A980;
}
.BgClassName
{
background-color: #C1A980;
}
</style>
border-color css
<style>
span { border-color: #C1A980; }
span { border-color: rgb(193,169,128); }
td.TdClassName
{
border-color: #C1A980;
}
.TagClassName
{
border-color: #C1A980;
}
</style>