Shades of Pavlova #C1AC8E
Tints of Pavlova #C1AC8E
RGB
CMYK
RGB Variations
Color information
#C1AC8E (or 0xC1AC8E) is known color: Pavlova. HEX triplet: C1, AC and 8E. RGB value is (193,172,142). Sum of RGB (Red+Green+Blue) = 193+172+142=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC8E is #3E5371. Grayscale: #AFAFAF. Windows color (decimal): -4084594 or 9350337. OLE color: 9350337.
HSL color Cylindrical-coordinate representation of color #C1AC8E: hue angle of 35.29º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1AC8E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 142 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.24 |
| HSL | 35.29º | 0.29% | 0.66% | - |
| HSV(B) | 35.29º | 0.26% | 0.76% | - |
| XYZ | 41.63 | 42.8 | 31.66 | - |
| YUV | 174.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 142 | 0 | 0.11 | 0.26 | 0.24 | 35.29 | 0.29 | 0.66 |
| Hex | C1 | AC | 8E | 0 | B | 1A | 18 | 23 | 1D | 42 |
| Octal | 301 | 254 | 216 | 0 | 13 | 32 | 30 | 43 | 35 | 102 |
| Binary | 11000001 | 10101100 | 10001110 | 0 | 1011 | 11010 | 11000 | 100011 | 11101 | 1000010 |
Color Harmonies of #C1AC8E
Complementary color
Monochromatic Colors of #C1AC8E
Black with #C1AC8E
Text Example
Text Example
White with #C1AC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AC8E; }
p { color: rgb(193,172,142); }
H1.HeaderClassName
{
color: #C1AC8E;
}
.AnyTagClassName
{
color: #C1AC8E;
}
</style>
background-color css
<style>
a { background-color: #C1AC8E; }
a { background-color: rgb(193,172,142); }
div.DivClassName
{
background-color: #C1AC8E;
}
.BgClassName
{
background-color: #C1AC8E;
}
</style>
border-color css
<style>
span { border-color: #C1AC8E; }
span { border-color: rgb(193,172,142); }
td.TdClassName
{
border-color: #C1AC8E;
}
.TagClassName
{
border-color: #C1AC8E;
}
</style>