Shades of Pavlova #C2AF89
Tints of Pavlova #C2AF89
RGB
CMYK
RGB Variations
Color information
#C2AF89 (or 0xC2AF89) is known color: Pavlova. HEX triplet: C2, AF and 89. RGB value is (194,175,137). Sum of RGB (Red+Green+Blue) = 194+175+137=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF89 is #3D5076. Grayscale: #B0B0B0. Windows color (decimal): -4018295 or 9023426. OLE color: 9023426.
HSL color Cylindrical-coordinate representation of color #C2AF89: hue angle of 40º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2AF89 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 137 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.24 |
| HSL | 40º | 0.32% | 0.65% | - |
| HSV(B) | 40º | 0.29% | 0.76% | - |
| XYZ | 42.09 | 43.94 | 29.93 | - |
| YUV | 176.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 137 | 0 | 0.10 | 0.29 | 0.24 | 40 | 0.32 | 0.65 |
| Hex | C2 | AF | 89 | 0 | A | 1D | 18 | 28 | 20 | 41 |
| Octal | 302 | 257 | 211 | 0 | 12 | 35 | 30 | 50 | 40 | 101 |
| Binary | 11000010 | 10101111 | 10001001 | 0 | 1010 | 11101 | 11000 | 101000 | 100000 | 1000001 |
Color Harmonies of #C2AF89
Complementary color
Monochromatic Colors of #C2AF89
Black with #C2AF89
Text Example
Text Example
White with #C2AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF89; }
p { color: rgb(194,175,137); }
H1.HeaderClassName
{
color: #C2AF89;
}
.AnyTagClassName
{
color: #C2AF89;
}
</style>
background-color css
<style>
a { background-color: #C2AF89; }
a { background-color: rgb(194,175,137); }
div.DivClassName
{
background-color: #C2AF89;
}
.BgClassName
{
background-color: #C2AF89;
}
</style>
border-color css
<style>
span { border-color: #C2AF89; }
span { border-color: rgb(194,175,137); }
td.TdClassName
{
border-color: #C2AF89;
}
.TagClassName
{
border-color: #C2AF89;
}
</style>