Shades of Pavlova #C5AD8A
Tints of Pavlova #C5AD8A
RGB
CMYK
RGB Variations
Color information
#C5AD8A (or 0xC5AD8A) is known color: Pavlova. HEX triplet: C5, AD and 8A. RGB value is (197,173,138). Sum of RGB (Red+Green+Blue) = 197+173+138=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD8A is #3A5275. Grayscale: #B0B0B0. Windows color (decimal): -3822198 or 9088453. OLE color: 9088453.
HSL color Cylindrical-coordinate representation of color #C5AD8A: hue angle of 35.59º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5AD8A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 138 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.23 |
| HSL | 35.59º | 0.34% | 0.66% | - |
| HSV(B) | 35.59º | 0.3% | 0.77% | - |
| XYZ | 42.56 | 43.59 | 30.22 | - |
| YUV | 176.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 138 | 0 | 0.12 | 0.30 | 0.23 | 35.59 | 0.34 | 0.66 |
| Hex | C5 | AD | 8A | 0 | C | 1E | 17 | 24 | 22 | 42 |
| Octal | 305 | 255 | 212 | 0 | 14 | 36 | 27 | 44 | 42 | 102 |
| Binary | 11000101 | 10101101 | 10001010 | 0 | 1100 | 11110 | 10111 | 100100 | 100010 | 1000010 |
Color Harmonies of #C5AD8A
Complementary color
Monochromatic Colors of #C5AD8A
Black with #C5AD8A
Text Example
Text Example
White with #C5AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD8A; }
p { color: rgb(197,173,138); }
H1.HeaderClassName
{
color: #C5AD8A;
}
.AnyTagClassName
{
color: #C5AD8A;
}
</style>
background-color css
<style>
a { background-color: #C5AD8A; }
a { background-color: rgb(197,173,138); }
div.DivClassName
{
background-color: #C5AD8A;
}
.BgClassName
{
background-color: #C5AD8A;
}
</style>
border-color css
<style>
span { border-color: #C5AD8A; }
span { border-color: rgb(197,173,138); }
td.TdClassName
{
border-color: #C5AD8A;
}
.TagClassName
{
border-color: #C5AD8A;
}
</style>