Shades of Pavlova #C2AF88
Tints of Pavlova #C2AF88
RGB
CMYK
RGB Variations
Color information
#C2AF88 (or 0xC2AF88) is known color: Pavlova. HEX triplet: C2, AF and 88. RGB value is (194,175,136). Sum of RGB (Red+Green+Blue) = 194+175+136=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF88 is #3D5077. Grayscale: #B0B0B0. Windows color (decimal): -4018296 or 8957890. OLE color: 8957890.
HSL color Cylindrical-coordinate representation of color #C2AF88: hue angle of 40.34º degrees, saturation: 0.32, 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 #C2AF88 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 136 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.24 |
| HSL | 40.34º | 0.32% | 0.65% | - |
| HSV(B) | 40.34º | 0.3% | 0.76% | - |
| XYZ | 42.02 | 43.91 | 29.55 | - |
| YUV | 176.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 136 | 0 | 0.10 | 0.30 | 0.24 | 40.34 | 0.32 | 0.65 |
| Hex | C2 | AF | 88 | 0 | A | 1E | 18 | 28 | 20 | 41 |
| Octal | 302 | 257 | 210 | 0 | 12 | 36 | 30 | 50 | 40 | 101 |
| Binary | 11000010 | 10101111 | 10001000 | 0 | 1010 | 11110 | 11000 | 101000 | 100000 | 1000001 |
Color Harmonies of #C2AF88
Complementary color
Monochromatic Colors of #C2AF88
Black with #C2AF88
Text Example
Text Example
White with #C2AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF88; }
p { color: rgb(194,175,136); }
H1.HeaderClassName
{
color: #C2AF88;
}
.AnyTagClassName
{
color: #C2AF88;
}
</style>
background-color css
<style>
a { background-color: #C2AF88; }
a { background-color: rgb(194,175,136); }
div.DivClassName
{
background-color: #C2AF88;
}
.BgClassName
{
background-color: #C2AF88;
}
</style>
border-color css
<style>
span { border-color: #C2AF88; }
span { border-color: rgb(194,175,136); }
td.TdClassName
{
border-color: #C2AF88;
}
.TagClassName
{
border-color: #C2AF88;
}
</style>