Shades of Pavlova #C1AD88
Tints of Pavlova #C1AD88
RGB
CMYK
RGB Variations
Color information
#C1AD88 (or 0xC1AD88) is known color: Pavlova. HEX triplet: C1, AD and 88. RGB value is (193,173,136). Sum of RGB (Red+Green+Blue) = 193+173+136=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD88 is #3E5277. Grayscale: #AEAEAE. Windows color (decimal): -4084344 or 8957377. OLE color: 8957377.
HSL color Cylindrical-coordinate representation of color #C1AD88: hue angle of 38.95º degrees, saturation: 0.31, 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 #C1AD88 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 136 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.24 |
| HSL | 38.95º | 0.31% | 0.65% | - |
| HSV(B) | 38.95º | 0.3% | 0.76% | - |
| XYZ | 41.38 | 43 | 29.41 | - |
| YUV | 174.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 136 | 0 | 0.10 | 0.30 | 0.24 | 38.95 | 0.31 | 0.65 |
| Hex | C1 | AD | 88 | 0 | A | 1E | 18 | 27 | 1F | 41 |
| Octal | 301 | 255 | 210 | 0 | 12 | 36 | 30 | 47 | 37 | 101 |
| Binary | 11000001 | 10101101 | 10001000 | 0 | 1010 | 11110 | 11000 | 100111 | 11111 | 1000001 |
Color Harmonies of #C1AD88
Complementary color
Monochromatic Colors of #C1AD88
Black with #C1AD88
Text Example
Text Example
White with #C1AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD88; }
p { color: rgb(193,173,136); }
H1.HeaderClassName
{
color: #C1AD88;
}
.AnyTagClassName
{
color: #C1AD88;
}
</style>
background-color css
<style>
a { background-color: #C1AD88; }
a { background-color: rgb(193,173,136); }
div.DivClassName
{
background-color: #C1AD88;
}
.BgClassName
{
background-color: #C1AD88;
}
</style>
border-color css
<style>
span { border-color: #C1AD88; }
span { border-color: rgb(193,173,136); }
td.TdClassName
{
border-color: #C1AD88;
}
.TagClassName
{
border-color: #C1AD88;
}
</style>