Shades of Pavlova #C0AC8A
Tints of Pavlova #C0AC8A
RGB
CMYK
RGB Variations
Color information
#C0AC8A (or 0xC0AC8A) is known color: Pavlova. HEX triplet: C0, AC and 8A. RGB value is (192,172,138). Sum of RGB (Red+Green+Blue) = 192+172+138=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC8A is #3F5375. Grayscale: #AEAEAE. Windows color (decimal): -4150134 or 9088192. OLE color: 9088192.
HSL color Cylindrical-coordinate representation of color #C0AC8A: hue angle of 37.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0AC8A is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 138 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.25 |
| HSL | 37.78º | 0.3% | 0.65% | - |
| HSV(B) | 37.78º | 0.28% | 0.75% | - |
| XYZ | 41.08 | 42.55 | 30.09 | - |
| YUV | 174.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 138 | 0 | 0.10 | 0.28 | 0.25 | 37.78 | 0.3 | 0.65 |
| Hex | C0 | AC | 8A | 0 | A | 1C | 19 | 26 | 1E | 41 |
| Octal | 300 | 254 | 212 | 0 | 12 | 34 | 31 | 46 | 36 | 101 |
| Binary | 11000000 | 10101100 | 10001010 | 0 | 1010 | 11100 | 11001 | 100110 | 11110 | 1000001 |
Color Harmonies of #C0AC8A
Complementary color
Monochromatic Colors of #C0AC8A
Black with #C0AC8A
Text Example
Text Example
White with #C0AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC8A; }
p { color: rgb(192,172,138); }
H1.HeaderClassName
{
color: #C0AC8A;
}
.AnyTagClassName
{
color: #C0AC8A;
}
</style>
background-color css
<style>
a { background-color: #C0AC8A; }
a { background-color: rgb(192,172,138); }
div.DivClassName
{
background-color: #C0AC8A;
}
.BgClassName
{
background-color: #C0AC8A;
}
</style>
border-color css
<style>
span { border-color: #C0AC8A; }
span { border-color: rgb(192,172,138); }
td.TdClassName
{
border-color: #C0AC8A;
}
.TagClassName
{
border-color: #C0AC8A;
}
</style>