Shades of Pavlova #C2AD8B
Tints of Pavlova #C2AD8B
RGB
CMYK
RGB Variations
Color information
#C2AD8B (or 0xC2AD8B) is known color: Pavlova. HEX triplet: C2, AD and 8B. RGB value is (194,173,139). Sum of RGB (Red+Green+Blue) = 194+173+139=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD8B is #3D5274. Grayscale: #AFAFAF. Windows color (decimal): -4018805 or 9153986. OLE color: 9153986.
HSL color Cylindrical-coordinate representation of color #C2AD8B: hue angle of 37.09º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2AD8B is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 139 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.24 |
| HSL | 37.09º | 0.31% | 0.65% | - |
| HSV(B) | 37.09º | 0.28% | 0.76% | - |
| XYZ | 41.85 | 43.22 | 30.56 | - |
| YUV | 175.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 139 | 0 | 0.11 | 0.28 | 0.24 | 37.09 | 0.31 | 0.65 |
| Hex | C2 | AD | 8B | 0 | B | 1C | 18 | 25 | 1F | 41 |
| Octal | 302 | 255 | 213 | 0 | 13 | 34 | 30 | 45 | 37 | 101 |
| Binary | 11000010 | 10101101 | 10001011 | 0 | 1011 | 11100 | 11000 | 100101 | 11111 | 1000001 |
Color Harmonies of #C2AD8B
Complementary color
Monochromatic Colors of #C2AD8B
Black with #C2AD8B
Text Example
Text Example
White with #C2AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD8B; }
p { color: rgb(194,173,139); }
H1.HeaderClassName
{
color: #C2AD8B;
}
.AnyTagClassName
{
color: #C2AD8B;
}
</style>
background-color css
<style>
a { background-color: #C2AD8B; }
a { background-color: rgb(194,173,139); }
div.DivClassName
{
background-color: #C2AD8B;
}
.BgClassName
{
background-color: #C2AD8B;
}
</style>
border-color css
<style>
span { border-color: #C2AD8B; }
span { border-color: rgb(194,173,139); }
td.TdClassName
{
border-color: #C2AD8B;
}
.TagClassName
{
border-color: #C2AD8B;
}
</style>