Shades of Pavlova #C1AB83
Tints of Pavlova #C1AB83
RGB
CMYK
RGB Variations
Color information
#C1AB83 (or 0xC1AB83) is known color: Pavlova. HEX triplet: C1, AB and 83. RGB value is (193,171,131). Sum of RGB (Red+Green+Blue) = 193+171+131=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AB83 is #3E547C. Grayscale: #ADADAD. Windows color (decimal): -4084861 or 8629185. OLE color: 8629185.
HSL color Cylindrical-coordinate representation of color #C1AB83: hue angle of 38.71º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1AB83 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 131 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.24 |
| HSL | 38.71º | 0.33% | 0.64% | - |
| HSV(B) | 38.71º | 0.32% | 0.76% | - |
| XYZ | 40.65 | 42.1 | 27.46 | - |
| YUV | 173.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 131 | 0 | 0.11 | 0.32 | 0.24 | 38.71 | 0.33 | 0.64 |
| Hex | C1 | AB | 83 | 0 | B | 20 | 18 | 27 | 21 | 40 |
| Octal | 301 | 253 | 203 | 0 | 13 | 40 | 30 | 47 | 41 | 100 |
| Binary | 11000001 | 10101011 | 10000011 | 0 | 1011 | 100000 | 11000 | 100111 | 100001 | 1000000 |
Color Harmonies of #C1AB83
Complementary color
Monochromatic Colors of #C1AB83
Black with #C1AB83
Text Example
Text Example
White with #C1AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB83; }
p { color: rgb(193,171,131); }
H1.HeaderClassName
{
color: #C1AB83;
}
.AnyTagClassName
{
color: #C1AB83;
}
</style>
background-color css
<style>
a { background-color: #C1AB83; }
a { background-color: rgb(193,171,131); }
div.DivClassName
{
background-color: #C1AB83;
}
.BgClassName
{
background-color: #C1AB83;
}
</style>
border-color css
<style>
span { border-color: #C1AB83; }
span { border-color: rgb(193,171,131); }
td.TdClassName
{
border-color: #C1AB83;
}
.TagClassName
{
border-color: #C1AB83;
}
</style>