Shades of Pavlova #C2AD8D
Tints of Pavlova #C2AD8D
RGB
CMYK
RGB Variations
Color information
#C2AD8D (or 0xC2AD8D) is known color: Pavlova. HEX triplet: C2, AD and 8D. RGB value is (194,173,141). Sum of RGB (Red+Green+Blue) = 194+173+141=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD8D is #3D5272. Grayscale: #AFAFAF. Windows color (decimal): -4018803 or 9285058. OLE color: 9285058.
HSL color Cylindrical-coordinate representation of color #C2AD8D: hue angle of 36.23º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2AD8D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 141 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.24 |
| HSL | 36.23º | 0.3% | 0.66% | - |
| HSV(B) | 36.23º | 0.27% | 0.76% | - |
| XYZ | 42 | 43.28 | 31.34 | - |
| YUV | 175.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 141 | 0 | 0.11 | 0.27 | 0.24 | 36.23 | 0.3 | 0.66 |
| Hex | C2 | AD | 8D | 0 | B | 1B | 18 | 24 | 1E | 42 |
| Octal | 302 | 255 | 215 | 0 | 13 | 33 | 30 | 44 | 36 | 102 |
| Binary | 11000010 | 10101101 | 10001101 | 0 | 1011 | 11011 | 11000 | 100100 | 11110 | 1000010 |
Color Harmonies of #C2AD8D
Complementary color
Monochromatic Colors of #C2AD8D
Black with #C2AD8D
Text Example
Text Example
White with #C2AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD8D; }
p { color: rgb(194,173,141); }
H1.HeaderClassName
{
color: #C2AD8D;
}
.AnyTagClassName
{
color: #C2AD8D;
}
</style>
background-color css
<style>
a { background-color: #C2AD8D; }
a { background-color: rgb(194,173,141); }
div.DivClassName
{
background-color: #C2AD8D;
}
.BgClassName
{
background-color: #C2AD8D;
}
</style>
border-color css
<style>
span { border-color: #C2AD8D; }
span { border-color: rgb(194,173,141); }
td.TdClassName
{
border-color: #C2AD8D;
}
.TagClassName
{
border-color: #C2AD8D;
}
</style>