Shades of Pavlova #C2AD88
Tints of Pavlova #C2AD88
RGB
CMYK
RGB Variations
Color information
#C2AD88 (or 0xC2AD88) is known color: Pavlova. HEX triplet: C2, AD and 88. RGB value is (194,173,136). Sum of RGB (Red+Green+Blue) = 194+173+136=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD88 is #3D5277. Grayscale: #AFAFAF. Windows color (decimal): -4018808 or 8957378. OLE color: 8957378.
HSL color Cylindrical-coordinate representation of color #C2AD88: hue angle of 38.28º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AD88 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 136 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.24 |
| HSL | 38.28º | 0.32% | 0.65% | - |
| HSV(B) | 38.28º | 0.3% | 0.76% | - |
| XYZ | 41.64 | 43.13 | 29.42 | - |
| YUV | 175.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 136 | 0 | 0.11 | 0.30 | 0.24 | 38.28 | 0.32 | 0.65 |
| Hex | C2 | AD | 88 | 0 | B | 1E | 18 | 26 | 20 | 41 |
| Octal | 302 | 255 | 210 | 0 | 13 | 36 | 30 | 46 | 40 | 101 |
| Binary | 11000010 | 10101101 | 10001000 | 0 | 1011 | 11110 | 11000 | 100110 | 100000 | 1000001 |
Color Harmonies of #C2AD88
Complementary color
Monochromatic Colors of #C2AD88
Black with #C2AD88
Text Example
Text Example
White with #C2AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD88; }
p { color: rgb(194,173,136); }
H1.HeaderClassName
{
color: #C2AD88;
}
.AnyTagClassName
{
color: #C2AD88;
}
</style>
background-color css
<style>
a { background-color: #C2AD88; }
a { background-color: rgb(194,173,136); }
div.DivClassName
{
background-color: #C2AD88;
}
.BgClassName
{
background-color: #C2AD88;
}
</style>
border-color css
<style>
span { border-color: #C2AD88; }
span { border-color: rgb(194,173,136); }
td.TdClassName
{
border-color: #C2AD88;
}
.TagClassName
{
border-color: #C2AD88;
}
</style>