Shades of Pavlova #C1AE85
Tints of Pavlova #C1AE85
RGB
CMYK
RGB Variations
Color information
#C1AE85 (or 0xC1AE85) is known color: Pavlova. HEX triplet: C1, AE and 85. RGB value is (193,174,133). Sum of RGB (Red+Green+Blue) = 193+174+133=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE85 is #3E517A. Grayscale: #AFAFAF. Windows color (decimal): -4084091 or 8761025. OLE color: 8761025.
HSL color Cylindrical-coordinate representation of color #C1AE85: hue angle of 41º 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 #C1AE85 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 133 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.24 |
| HSL | 41º | 0.33% | 0.64% | - |
| HSV(B) | 41º | 0.31% | 0.76% | - |
| XYZ | 41.36 | 43.3 | 28.37 | - |
| YUV | 175.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 133 | 0 | 0.10 | 0.31 | 0.24 | 41 | 0.33 | 0.64 |
| Hex | C1 | AE | 85 | 0 | A | 1F | 18 | 29 | 21 | 40 |
| Octal | 301 | 256 | 205 | 0 | 12 | 37 | 30 | 51 | 41 | 100 |
| Binary | 11000001 | 10101110 | 10000101 | 0 | 1010 | 11111 | 11000 | 101001 | 100001 | 1000000 |
Color Harmonies of #C1AE85
Complementary color
Monochromatic Colors of #C1AE85
Black with #C1AE85
Text Example
Text Example
White with #C1AE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AE85; }
p { color: rgb(193,174,133); }
H1.HeaderClassName
{
color: #C1AE85;
}
.AnyTagClassName
{
color: #C1AE85;
}
</style>
background-color css
<style>
a { background-color: #C1AE85; }
a { background-color: rgb(193,174,133); }
div.DivClassName
{
background-color: #C1AE85;
}
.BgClassName
{
background-color: #C1AE85;
}
</style>
border-color css
<style>
span { border-color: #C1AE85; }
span { border-color: rgb(193,174,133); }
td.TdClassName
{
border-color: #C1AE85;
}
.TagClassName
{
border-color: #C1AE85;
}
</style>