Shades of Pavlova #C4AF87
Tints of Pavlova #C4AF87
RGB
CMYK
RGB Variations
Color information
#C4AF87 (or 0xC4AF87) is known color: Pavlova. HEX triplet: C4, AF and 87. RGB value is (196,175,135). Sum of RGB (Red+Green+Blue) = 196+175+135=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF87 is #3B5078. Grayscale: #B0B0B0. Windows color (decimal): -3887225 or 8892356. OLE color: 8892356.
HSL color Cylindrical-coordinate representation of color #C4AF87: hue angle of 39.34º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4AF87 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 135 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.23 |
| HSL | 39.34º | 0.34% | 0.65% | - |
| HSV(B) | 39.34º | 0.31% | 0.77% | - |
| XYZ | 42.47 | 44.14 | 29.2 | - |
| YUV | 176.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 135 | 0 | 0.11 | 0.31 | 0.23 | 39.34 | 0.34 | 0.65 |
| Hex | C4 | AF | 87 | 0 | B | 1F | 17 | 27 | 22 | 41 |
| Octal | 304 | 257 | 207 | 0 | 13 | 37 | 27 | 47 | 42 | 101 |
| Binary | 11000100 | 10101111 | 10000111 | 0 | 1011 | 11111 | 10111 | 100111 | 100010 | 1000001 |
Color Harmonies of #C4AF87
Complementary color
Monochromatic Colors of #C4AF87
Black with #C4AF87
Text Example
Text Example
White with #C4AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF87; }
p { color: rgb(196,175,135); }
H1.HeaderClassName
{
color: #C4AF87;
}
.AnyTagClassName
{
color: #C4AF87;
}
</style>
background-color css
<style>
a { background-color: #C4AF87; }
a { background-color: rgb(196,175,135); }
div.DivClassName
{
background-color: #C4AF87;
}
.BgClassName
{
background-color: #C4AF87;
}
</style>
border-color css
<style>
span { border-color: #C4AF87; }
span { border-color: rgb(196,175,135); }
td.TdClassName
{
border-color: #C4AF87;
}
.TagClassName
{
border-color: #C4AF87;
}
</style>