Shades of Pavlova #C4AA80
Tints of Pavlova #C4AA80
RGB
CMYK
RGB Variations
Color information
#C4AA80 (or 0xC4AA80) is known color: Pavlova. HEX triplet: C4, AA and 80. RGB value is (196,170,128). Sum of RGB (Red+Green+Blue) = 196+170+128=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA80 is #3B557F. Grayscale: #ADADAD. Windows color (decimal): -3888512 or 8432324. OLE color: 8432324.
HSL color Cylindrical-coordinate representation of color #C4AA80: hue angle of 37.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4AA80 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 128 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.23 |
| HSL | 37.06º | 0.37% | 0.64% | - |
| HSV(B) | 37.06º | 0.35% | 0.77% | - |
| XYZ | 41.04 | 42.04 | 26.37 | - |
| YUV | 172.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 128 | 0 | 0.13 | 0.35 | 0.23 | 37.06 | 0.37 | 0.64 |
| Hex | C4 | AA | 80 | 0 | D | 23 | 17 | 25 | 25 | 40 |
| Octal | 304 | 252 | 200 | 0 | 15 | 43 | 27 | 45 | 45 | 100 |
| Binary | 11000100 | 10101010 | 10000000 | 0 | 1101 | 100011 | 10111 | 100101 | 100101 | 1000000 |
Color Harmonies of #C4AA80
Complementary color
Monochromatic Colors of #C4AA80
Black with #C4AA80
Text Example
Text Example
White with #C4AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA80; }
p { color: rgb(196,170,128); }
H1.HeaderClassName
{
color: #C4AA80;
}
.AnyTagClassName
{
color: #C4AA80;
}
</style>
background-color css
<style>
a { background-color: #C4AA80; }
a { background-color: rgb(196,170,128); }
div.DivClassName
{
background-color: #C4AA80;
}
.BgClassName
{
background-color: #C4AA80;
}
</style>
border-color css
<style>
span { border-color: #C4AA80; }
span { border-color: rgb(196,170,128); }
td.TdClassName
{
border-color: #C4AA80;
}
.TagClassName
{
border-color: #C4AA80;
}
</style>