Shades of Pavlova #C1AF88
Tints of Pavlova #C1AF88
RGB
CMYK
RGB Variations
Color information
#C1AF88 (or 0xC1AF88) is known color: Pavlova. HEX triplet: C1, AF and 88. RGB value is (193,175,136). Sum of RGB (Red+Green+Blue) = 193+175+136=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF88 is #3E5077. Grayscale: #B0B0B0. Windows color (decimal): -4083832 or 8957889. OLE color: 8957889.
HSL color Cylindrical-coordinate representation of color #C1AF88: hue angle of 41.05º degrees, saturation: 0.31, 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 #C1AF88 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 136 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.24 |
| HSL | 41.05º | 0.31% | 0.65% | - |
| HSV(B) | 41.05º | 0.3% | 0.76% | - |
| XYZ | 41.77 | 43.77 | 29.54 | - |
| YUV | 175.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 136 | 0 | 0.09 | 0.30 | 0.24 | 41.05 | 0.31 | 0.65 |
| Hex | C1 | AF | 88 | 0 | 9 | 1E | 18 | 29 | 1F | 41 |
| Octal | 301 | 257 | 210 | 0 | 11 | 36 | 30 | 51 | 37 | 101 |
| Binary | 11000001 | 10101111 | 10001000 | 0 | 1001 | 11110 | 11000 | 101001 | 11111 | 1000001 |
Color Harmonies of #C1AF88
Complementary color
Monochromatic Colors of #C1AF88
Black with #C1AF88
Text Example
Text Example
White with #C1AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF88; }
p { color: rgb(193,175,136); }
H1.HeaderClassName
{
color: #C1AF88;
}
.AnyTagClassName
{
color: #C1AF88;
}
</style>
background-color css
<style>
a { background-color: #C1AF88; }
a { background-color: rgb(193,175,136); }
div.DivClassName
{
background-color: #C1AF88;
}
.BgClassName
{
background-color: #C1AF88;
}
</style>
border-color css
<style>
span { border-color: #C1AF88; }
span { border-color: rgb(193,175,136); }
td.TdClassName
{
border-color: #C1AF88;
}
.TagClassName
{
border-color: #C1AF88;
}
</style>