Shades of Pavlova #C0AA8C
Tints of Pavlova #C0AA8C
RGB
CMYK
RGB Variations
Color information
#C0AA8C (or 0xC0AA8C) is known color: Pavlova. HEX triplet: C0, AA and 8C. RGB value is (192,170,140). Sum of RGB (Red+Green+Blue) = 192+170+140=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA8C is #3F5573. Grayscale: #ADADAD. Windows color (decimal): -4150644 or 9218752. OLE color: 9218752.
HSL color Cylindrical-coordinate representation of color #C0AA8C: hue angle of 34.62º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0AA8C is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 170 | 140 | - |
CMYK | 0 | 0.11 | 0.27 | 0.25 |
HSL | 34.62º | 0.29% | 0.65% | - |
HSV(B) | 34.62º | 0.27% | 0.75% | - |
XYZ | 40.85 | 41.85 | 30.74 | - |
YUV | 173.16 | 109.29 | 141.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 170 | 140 | 0 | 0.11 | 0.27 | 0.25 | 34.62 | 0.29 | 0.65 |
Hex | C0 | AA | 8C | 0 | B | 1B | 19 | 23 | 1D | 41 |
Octal | 300 | 252 | 214 | 0 | 13 | 33 | 31 | 43 | 35 | 101 |
Binary | 11000000 | 10101010 | 10001100 | 0 | 1011 | 11011 | 11001 | 100011 | 11101 | 1000001 |
Color Harmonies of #C0AA8C
Complementary color
Monochromatic Colors of #C0AA8C
Black with #C0AA8C
Text Example
Text Example
White with #C0AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA8C; }
p { color: rgb(192,170,140); }
H1.HeaderClassName
{
color: #C0AA8C;
}
.AnyTagClassName
{
color: #C0AA8C;
}
</style>
background-color css
<style>
a { background-color: #C0AA8C; }
a { background-color: rgb(192,170,140); }
div.DivClassName
{
background-color: #C0AA8C;
}
.BgClassName
{
background-color: #C0AA8C;
}
</style>
border-color css
<style>
span { border-color: #C0AA8C; }
span { border-color: rgb(192,170,140); }
td.TdClassName
{
border-color: #C0AA8C;
}
.TagClassName
{
border-color: #C0AA8C;
}
</style>