Shades of Pavlova #C3AA80
Tints of Pavlova #C3AA80
RGB
CMYK
RGB Variations
Color information
#C3AA80 (or 0xC3AA80) is known color: Pavlova. HEX triplet: C3, AA and 80. RGB value is (195,170,128). Sum of RGB (Red+Green+Blue) = 195+170+128=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA80 is #3C557F. Grayscale: #ACACAC. Windows color (decimal): -3954048 or 8432323. OLE color: 8432323.
HSL color Cylindrical-coordinate representation of color #C3AA80: hue angle of 37.61º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3AA80 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 128 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.24 |
| HSL | 37.61º | 0.36% | 0.63% | - |
| HSV(B) | 37.61º | 0.34% | 0.76% | - |
| XYZ | 40.78 | 41.91 | 26.36 | - |
| YUV | 172.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 128 | 0 | 0.13 | 0.34 | 0.24 | 37.61 | 0.36 | 0.63 |
| Hex | C3 | AA | 80 | 0 | D | 22 | 18 | 26 | 24 | 3F |
| Octal | 303 | 252 | 200 | 0 | 15 | 42 | 30 | 46 | 44 | 77 |
| Binary | 11000011 | 10101010 | 10000000 | 0 | 1101 | 100010 | 11000 | 100110 | 100100 | 111111 |
Color Harmonies of #C3AA80
Complementary color
Monochromatic Colors of #C3AA80
Black with #C3AA80
Text Example
Text Example
White with #C3AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA80; }
p { color: rgb(195,170,128); }
H1.HeaderClassName
{
color: #C3AA80;
}
.AnyTagClassName
{
color: #C3AA80;
}
</style>
background-color css
<style>
a { background-color: #C3AA80; }
a { background-color: rgb(195,170,128); }
div.DivClassName
{
background-color: #C3AA80;
}
.BgClassName
{
background-color: #C3AA80;
}
</style>
border-color css
<style>
span { border-color: #C3AA80; }
span { border-color: rgb(195,170,128); }
td.TdClassName
{
border-color: #C3AA80;
}
.TagClassName
{
border-color: #C3AA80;
}
</style>