Shades of Pavlova #C2AC87
Tints of Pavlova #C2AC87
RGB
CMYK
RGB Variations
Color information
#C2AC87 (or 0xC2AC87) is known color: Pavlova. HEX triplet: C2, AC and 87. RGB value is (194,172,135). Sum of RGB (Red+Green+Blue) = 194+172+135=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC87 is #3D5378. Grayscale: #AEAEAE. Windows color (decimal): -4019065 or 8891586. OLE color: 8891586.
HSL color Cylindrical-coordinate representation of color #C2AC87: hue angle of 37.63º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AC87 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 135 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.24 |
| HSL | 37.63º | 0.33% | 0.65% | - |
| HSV(B) | 37.63º | 0.3% | 0.76% | - |
| XYZ | 41.37 | 42.72 | 28.99 | - |
| YUV | 174.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 135 | 0 | 0.11 | 0.30 | 0.24 | 37.63 | 0.33 | 0.65 |
| Hex | C2 | AC | 87 | 0 | B | 1E | 18 | 26 | 21 | 41 |
| Octal | 302 | 254 | 207 | 0 | 13 | 36 | 30 | 46 | 41 | 101 |
| Binary | 11000010 | 10101100 | 10000111 | 0 | 1011 | 11110 | 11000 | 100110 | 100001 | 1000001 |
Color Harmonies of #C2AC87
Complementary color
Monochromatic Colors of #C2AC87
Black with #C2AC87
Text Example
Text Example
White with #C2AC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC87; }
p { color: rgb(194,172,135); }
H1.HeaderClassName
{
color: #C2AC87;
}
.AnyTagClassName
{
color: #C2AC87;
}
</style>
background-color css
<style>
a { background-color: #C2AC87; }
a { background-color: rgb(194,172,135); }
div.DivClassName
{
background-color: #C2AC87;
}
.BgClassName
{
background-color: #C2AC87;
}
</style>
border-color css
<style>
span { border-color: #C2AC87; }
span { border-color: rgb(194,172,135); }
td.TdClassName
{
border-color: #C2AC87;
}
.TagClassName
{
border-color: #C2AC87;
}
</style>