Shades of Pavlova #C2AB8C
Tints of Pavlova #C2AB8C
RGB
CMYK
RGB Variations
Color information
#C2AB8C (or 0xC2AB8C) is known color: Pavlova. HEX triplet: C2, AB and 8C. RGB value is (194,171,140). Sum of RGB (Red+Green+Blue) = 194+171+140=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB8C is #3D5473. Grayscale: #AEAEAE. Windows color (decimal): -4019316 or 9219010. OLE color: 9219010.
HSL color Cylindrical-coordinate representation of color #C2AB8C: hue angle of 34.44º 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 #C2AB8C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 140 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.24 |
| HSL | 34.44º | 0.31% | 0.65% | - |
| HSV(B) | 34.44º | 0.28% | 0.76% | - |
| XYZ | 41.54 | 42.49 | 30.82 | - |
| YUV | 174.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 140 | 0 | 0.12 | 0.28 | 0.24 | 34.44 | 0.31 | 0.65 |
| Hex | C2 | AB | 8C | 0 | C | 1C | 18 | 22 | 1F | 41 |
| Octal | 302 | 253 | 214 | 0 | 14 | 34 | 30 | 42 | 37 | 101 |
| Binary | 11000010 | 10101011 | 10001100 | 0 | 1100 | 11100 | 11000 | 100010 | 11111 | 1000001 |
Color Harmonies of #C2AB8C
Complementary color
Monochromatic Colors of #C2AB8C
Black with #C2AB8C
Text Example
Text Example
White with #C2AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB8C; }
p { color: rgb(194,171,140); }
H1.HeaderClassName
{
color: #C2AB8C;
}
.AnyTagClassName
{
color: #C2AB8C;
}
</style>
background-color css
<style>
a { background-color: #C2AB8C; }
a { background-color: rgb(194,171,140); }
div.DivClassName
{
background-color: #C2AB8C;
}
.BgClassName
{
background-color: #C2AB8C;
}
</style>
border-color css
<style>
span { border-color: #C2AB8C; }
span { border-color: rgb(194,171,140); }
td.TdClassName
{
border-color: #C2AB8C;
}
.TagClassName
{
border-color: #C2AB8C;
}
</style>