Shades of Pavlova #C2A77B
Tints of Pavlova #C2A77B
RGB
CMYK
RGB Variations
Color information
#C2A77B (or 0xC2A77B) is known color: Pavlova. HEX triplet: C2, A7 and 7B. RGB value is (194,167,123). Sum of RGB (Red+Green+Blue) = 194+167+123=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A77B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A77B is #3D5884. Grayscale: #AAAAAA. Windows color (decimal): -4020357 or 8103874. OLE color: 8103874.
HSL color Cylindrical-coordinate representation of color #C2A77B: hue angle of 37.18º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2A77B is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 123 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.24 |
| HSL | 37.18º | 0.37% | 0.62% | - |
| HSV(B) | 37.18º | 0.37% | 0.76% | - |
| XYZ | 39.64 | 40.54 | 24.47 | - |
| YUV | 170.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 123 | 0 | 0.14 | 0.37 | 0.24 | 37.18 | 0.37 | 0.62 |
| Hex | C2 | A7 | 7B | 0 | E | 25 | 18 | 25 | 25 | 3E |
| Octal | 302 | 247 | 173 | 0 | 16 | 45 | 30 | 45 | 45 | 76 |
| Binary | 11000010 | 10100111 | 1111011 | 0 | 1110 | 100101 | 11000 | 100101 | 100101 | 111110 |
Color Harmonies of #C2A77B
Complementary color
Monochromatic Colors of #C2A77B
Black with #C2A77B
Text Example
Text Example
White with #C2A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A77B; }
p { color: rgb(194,167,123); }
H1.HeaderClassName
{
color: #C2A77B;
}
.AnyTagClassName
{
color: #C2A77B;
}
</style>
background-color css
<style>
a { background-color: #C2A77B; }
a { background-color: rgb(194,167,123); }
div.DivClassName
{
background-color: #C2A77B;
}
.BgClassName
{
background-color: #C2A77B;
}
</style>
border-color css
<style>
span { border-color: #C2A77B; }
span { border-color: rgb(194,167,123); }
td.TdClassName
{
border-color: #C2A77B;
}
.TagClassName
{
border-color: #C2A77B;
}
</style>