Shades of Pavlova #C1A881
Tints of Pavlova #C1A881
RGB
CMYK
RGB Variations
Color information
#C1A881 (or 0xC1A881) is known color: Pavlova. HEX triplet: C1, A8 and 81. RGB value is (193,168,129). Sum of RGB (Red+Green+Blue) = 193+168+129=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A881 is #3E577E. Grayscale: #ABABAB. Windows color (decimal): -4085631 or 8497345. OLE color: 8497345.
HSL color Cylindrical-coordinate representation of color #C1A881: hue angle of 36.56º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1A881 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 129 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.24 |
| HSL | 36.56º | 0.34% | 0.63% | - |
| HSV(B) | 36.56º | 0.33% | 0.76% | - |
| XYZ | 39.96 | 40.93 | 26.56 | - |
| YUV | 171.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 129 | 0 | 0.13 | 0.33 | 0.24 | 36.56 | 0.34 | 0.63 |
| Hex | C1 | A8 | 81 | 0 | D | 21 | 18 | 25 | 22 | 3F |
| Octal | 301 | 250 | 201 | 0 | 15 | 41 | 30 | 45 | 42 | 77 |
| Binary | 11000001 | 10101000 | 10000001 | 0 | 1101 | 100001 | 11000 | 100101 | 100010 | 111111 |
Color Harmonies of #C1A881
Complementary color
Monochromatic Colors of #C1A881
Black with #C1A881
Text Example
Text Example
White with #C1A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A881; }
p { color: rgb(193,168,129); }
H1.HeaderClassName
{
color: #C1A881;
}
.AnyTagClassName
{
color: #C1A881;
}
</style>
background-color css
<style>
a { background-color: #C1A881; }
a { background-color: rgb(193,168,129); }
div.DivClassName
{
background-color: #C1A881;
}
.BgClassName
{
background-color: #C1A881;
}
</style>
border-color css
<style>
span { border-color: #C1A881; }
span { border-color: rgb(193,168,129); }
td.TdClassName
{
border-color: #C1A881;
}
.TagClassName
{
border-color: #C1A881;
}
</style>