Shades of Pavlova #C2AC85
Tints of Pavlova #C2AC85
RGB
CMYK
RGB Variations
Color information
#C2AC85 (or 0xC2AC85) is known color: Pavlova. HEX triplet: C2, AC and 85. RGB value is (194,172,133). Sum of RGB (Red+Green+Blue) = 194+172+133=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC85 is #3D537A. Grayscale: #AEAEAE. Windows color (decimal): -4019067 or 8760514. OLE color: 8760514.
HSL color Cylindrical-coordinate representation of color #C2AC85: hue angle of 38.36º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2AC85 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 133 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.24 |
| HSL | 38.36º | 0.33% | 0.64% | - |
| HSV(B) | 38.36º | 0.31% | 0.76% | - |
| XYZ | 41.23 | 42.67 | 28.25 | - |
| YUV | 174.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 133 | 0 | 0.11 | 0.31 | 0.24 | 38.36 | 0.33 | 0.64 |
| Hex | C2 | AC | 85 | 0 | B | 1F | 18 | 26 | 21 | 40 |
| Octal | 302 | 254 | 205 | 0 | 13 | 37 | 30 | 46 | 41 | 100 |
| Binary | 11000010 | 10101100 | 10000101 | 0 | 1011 | 11111 | 11000 | 100110 | 100001 | 1000000 |
Color Harmonies of #C2AC85
Complementary color
Monochromatic Colors of #C2AC85
Black with #C2AC85
Text Example
Text Example
White with #C2AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC85; }
p { color: rgb(194,172,133); }
H1.HeaderClassName
{
color: #C2AC85;
}
.AnyTagClassName
{
color: #C2AC85;
}
</style>
background-color css
<style>
a { background-color: #C2AC85; }
a { background-color: rgb(194,172,133); }
div.DivClassName
{
background-color: #C2AC85;
}
.BgClassName
{
background-color: #C2AC85;
}
</style>
border-color css
<style>
span { border-color: #C2AC85; }
span { border-color: rgb(194,172,133); }
td.TdClassName
{
border-color: #C2AC85;
}
.TagClassName
{
border-color: #C2AC85;
}
</style>