Shades of Pavlova #C5AD88
Tints of Pavlova #C5AD88
RGB
CMYK
RGB Variations
Color information
#C5AD88 (or 0xC5AD88) is known color: Pavlova. HEX triplet: C5, AD and 88. RGB value is (197,173,136). Sum of RGB (Red+Green+Blue) = 197+173+136=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD88 is #3A5277. Grayscale: #B0B0B0. Windows color (decimal): -3822200 or 8957381. OLE color: 8957381.
HSL color Cylindrical-coordinate representation of color #C5AD88: hue angle of 36.39º 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 #C5AD88 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 136 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.23 |
| HSL | 36.39º | 0.34% | 0.65% | - |
| HSV(B) | 36.39º | 0.31% | 0.77% | - |
| XYZ | 42.41 | 43.54 | 29.46 | - |
| YUV | 175.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 136 | 0 | 0.12 | 0.31 | 0.23 | 36.39 | 0.34 | 0.65 |
| Hex | C5 | AD | 88 | 0 | C | 1F | 17 | 24 | 22 | 41 |
| Octal | 305 | 255 | 210 | 0 | 14 | 37 | 27 | 44 | 42 | 101 |
| Binary | 11000101 | 10101101 | 10001000 | 0 | 1100 | 11111 | 10111 | 100100 | 100010 | 1000001 |
Color Harmonies of #C5AD88
Complementary color
Monochromatic Colors of #C5AD88
Black with #C5AD88
Text Example
Text Example
White with #C5AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD88; }
p { color: rgb(197,173,136); }
H1.HeaderClassName
{
color: #C5AD88;
}
.AnyTagClassName
{
color: #C5AD88;
}
</style>
background-color css
<style>
a { background-color: #C5AD88; }
a { background-color: rgb(197,173,136); }
div.DivClassName
{
background-color: #C5AD88;
}
.BgClassName
{
background-color: #C5AD88;
}
</style>
border-color css
<style>
span { border-color: #C5AD88; }
span { border-color: rgb(197,173,136); }
td.TdClassName
{
border-color: #C5AD88;
}
.TagClassName
{
border-color: #C5AD88;
}
</style>