Shades of Pavlova #C4AA81
Tints of Pavlova #C4AA81
RGB
CMYK
RGB Variations
Color information
#C4AA81 (or 0xC4AA81) is known color: Pavlova. HEX triplet: C4, AA and 81. RGB value is (196,170,129). Sum of RGB (Red+Green+Blue) = 196+170+129=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA81 is #3B557E. Grayscale: #ADADAD. Windows color (decimal): -3888511 or 8497860. OLE color: 8497860.
HSL color Cylindrical-coordinate representation of color #C4AA81: hue angle of 36.72º 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 #C4AA81 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 129 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.23 |
| HSL | 36.72º | 0.36% | 0.64% | - |
| HSV(B) | 36.72º | 0.34% | 0.77% | - |
| XYZ | 41.1 | 42.07 | 26.72 | - |
| YUV | 173.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 129 | 0 | 0.13 | 0.34 | 0.23 | 36.72 | 0.36 | 0.64 |
| Hex | C4 | AA | 81 | 0 | D | 22 | 17 | 25 | 24 | 40 |
| Octal | 304 | 252 | 201 | 0 | 15 | 42 | 27 | 45 | 44 | 100 |
| Binary | 11000100 | 10101010 | 10000001 | 0 | 1101 | 100010 | 10111 | 100101 | 100100 | 1000000 |
Color Harmonies of #C4AA81
Complementary color
Monochromatic Colors of #C4AA81
Black with #C4AA81
Text Example
Text Example
White with #C4AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA81; }
p { color: rgb(196,170,129); }
H1.HeaderClassName
{
color: #C4AA81;
}
.AnyTagClassName
{
color: #C4AA81;
}
</style>
background-color css
<style>
a { background-color: #C4AA81; }
a { background-color: rgb(196,170,129); }
div.DivClassName
{
background-color: #C4AA81;
}
.BgClassName
{
background-color: #C4AA81;
}
</style>
border-color css
<style>
span { border-color: #C4AA81; }
span { border-color: rgb(196,170,129); }
td.TdClassName
{
border-color: #C4AA81;
}
.TagClassName
{
border-color: #C4AA81;
}
</style>