Shades of Pavlova #C4AA82
Tints of Pavlova #C4AA82
RGB
CMYK
RGB Variations
Color information
#C4AA82 (or 0xC4AA82) is known color: Pavlova. HEX triplet: C4, AA and 82. RGB value is (196,170,130). Sum of RGB (Red+Green+Blue) = 196+170+130=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA82 is #3B557D. Grayscale: #ADADAD. Windows color (decimal): -3888510 or 8563396. OLE color: 8563396.
HSL color Cylindrical-coordinate representation of color #C4AA82: hue angle of 36.36º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4AA82 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 130 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.23 |
| HSL | 36.36º | 0.36% | 0.64% | - |
| HSV(B) | 36.36º | 0.34% | 0.77% | - |
| XYZ | 41.17 | 42.1 | 27.07 | - |
| YUV | 173.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 130 | 0 | 0.13 | 0.34 | 0.23 | 36.36 | 0.36 | 0.64 |
| Hex | C4 | AA | 82 | 0 | D | 22 | 17 | 24 | 24 | 40 |
| Octal | 304 | 252 | 202 | 0 | 15 | 42 | 27 | 44 | 44 | 100 |
| Binary | 11000100 | 10101010 | 10000010 | 0 | 1101 | 100010 | 10111 | 100100 | 100100 | 1000000 |
Color Harmonies of #C4AA82
Complementary color
Monochromatic Colors of #C4AA82
Black with #C4AA82
Text Example
Text Example
White with #C4AA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA82; }
p { color: rgb(196,170,130); }
H1.HeaderClassName
{
color: #C4AA82;
}
.AnyTagClassName
{
color: #C4AA82;
}
</style>
background-color css
<style>
a { background-color: #C4AA82; }
a { background-color: rgb(196,170,130); }
div.DivClassName
{
background-color: #C4AA82;
}
.BgClassName
{
background-color: #C4AA82;
}
</style>
border-color css
<style>
span { border-color: #C4AA82; }
span { border-color: rgb(196,170,130); }
td.TdClassName
{
border-color: #C4AA82;
}
.TagClassName
{
border-color: #C4AA82;
}
</style>