Shades of Pavlova #C2AA7F
Tints of Pavlova #C2AA7F
RGB
CMYK
RGB Variations
Color information
#C2AA7F (or 0xC2AA7F) is known color: Pavlova. HEX triplet: C2, AA and 7F. RGB value is (194,170,127). Sum of RGB (Red+Green+Blue) = 194+170+127=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA7F is #3D5580. Grayscale: #ACACAC. Windows color (decimal): -4019585 or 8366786. OLE color: 8366786.
HSL color Cylindrical-coordinate representation of color #C2AA7F: hue angle of 38.51º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2AA7F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 127 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.24 |
| HSL | 38.51º | 0.35% | 0.63% | - |
| HSV(B) | 38.51º | 0.35% | 0.76% | - |
| XYZ | 40.45 | 41.75 | 26.01 | - |
| YUV | 172.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 127 | 0 | 0.12 | 0.35 | 0.24 | 38.51 | 0.35 | 0.63 |
| Hex | C2 | AA | 7F | 0 | C | 23 | 18 | 27 | 23 | 3F |
| Octal | 302 | 252 | 177 | 0 | 14 | 43 | 30 | 47 | 43 | 77 |
| Binary | 11000010 | 10101010 | 1111111 | 0 | 1100 | 100011 | 11000 | 100111 | 100011 | 111111 |
Color Harmonies of #C2AA7F
Complementary color
Monochromatic Colors of #C2AA7F
Black with #C2AA7F
Text Example
Text Example
White with #C2AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA7F; }
p { color: rgb(194,170,127); }
H1.HeaderClassName
{
color: #C2AA7F;
}
.AnyTagClassName
{
color: #C2AA7F;
}
</style>
background-color css
<style>
a { background-color: #C2AA7F; }
a { background-color: rgb(194,170,127); }
div.DivClassName
{
background-color: #C2AA7F;
}
.BgClassName
{
background-color: #C2AA7F;
}
</style>
border-color css
<style>
span { border-color: #C2AA7F; }
span { border-color: rgb(194,170,127); }
td.TdClassName
{
border-color: #C2AA7F;
}
.TagClassName
{
border-color: #C2AA7F;
}
</style>