Shades of Pavlova #C2AB8D
Tints of Pavlova #C2AB8D
RGB
CMYK
RGB Variations
Color information
#C2AB8D (or 0xC2AB8D) is known color: Pavlova. HEX triplet: C2, AB and 8D. RGB value is (194,171,141). Sum of RGB (Red+Green+Blue) = 194+171+141=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB8D is #3D5472. Grayscale: #AEAEAE. Windows color (decimal): -4019315 or 9284546. OLE color: 9284546.
HSL color Cylindrical-coordinate representation of color #C2AB8D: hue angle of 33.96º 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 #C2AB8D is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 141 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.24 |
| HSL | 33.96º | 0.3% | 0.66% | - |
| HSV(B) | 33.96º | 0.27% | 0.76% | - |
| XYZ | 41.62 | 42.52 | 31.21 | - |
| YUV | 174.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 141 | 0 | 0.12 | 0.27 | 0.24 | 33.96 | 0.3 | 0.66 |
| Hex | C2 | AB | 8D | 0 | C | 1B | 18 | 22 | 1E | 42 |
| Octal | 302 | 253 | 215 | 0 | 14 | 33 | 30 | 42 | 36 | 102 |
| Binary | 11000010 | 10101011 | 10001101 | 0 | 1100 | 11011 | 11000 | 100010 | 11110 | 1000010 |
Color Harmonies of #C2AB8D
Complementary color
Monochromatic Colors of #C2AB8D
Black with #C2AB8D
Text Example
Text Example
White with #C2AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB8D; }
p { color: rgb(194,171,141); }
H1.HeaderClassName
{
color: #C2AB8D;
}
.AnyTagClassName
{
color: #C2AB8D;
}
</style>
background-color css
<style>
a { background-color: #C2AB8D; }
a { background-color: rgb(194,171,141); }
div.DivClassName
{
background-color: #C2AB8D;
}
.BgClassName
{
background-color: #C2AB8D;
}
</style>
border-color css
<style>
span { border-color: #C2AB8D; }
span { border-color: rgb(194,171,141); }
td.TdClassName
{
border-color: #C2AB8D;
}
.TagClassName
{
border-color: #C2AB8D;
}
</style>