Shades of Pavlova #C3B18D
Tints of Pavlova #C3B18D
RGB
CMYK
RGB Variations
Color information
#C3B18D (or 0xC3B18D) is known color: Pavlova. HEX triplet: C3, B1 and 8D. RGB value is (195,177,141). Sum of RGB (Red+Green+Blue) = 195+177+141=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B18D is #3C4E72. Grayscale: #B2B2B2. Windows color (decimal): -3952243 or 9286083. OLE color: 9286083.
HSL color Cylindrical-coordinate representation of color #C3B18D: hue angle of 40º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B18D is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 177 | 141 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.24 |
| HSL | 40º | 0.31% | 0.66% | - |
| HSV(B) | 40º | 0.28% | 0.76% | - |
| XYZ | 43.04 | 44.97 | 31.61 | - |
| YUV | 178.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 141 | 0 | 0.09 | 0.28 | 0.24 | 40 | 0.31 | 0.66 |
| Hex | C3 | B1 | 8D | 0 | 9 | 1C | 18 | 28 | 1F | 42 |
| Octal | 303 | 261 | 215 | 0 | 11 | 34 | 30 | 50 | 37 | 102 |
| Binary | 11000011 | 10110001 | 10001101 | 0 | 1001 | 11100 | 11000 | 101000 | 11111 | 1000010 |
Color Harmonies of #C3B18D
Complementary color
Monochromatic Colors of #C3B18D
Black with #C3B18D
Text Example
Text Example
White with #C3B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B18D; }
p { color: rgb(195,177,141); }
H1.HeaderClassName
{
color: #C3B18D;
}
.AnyTagClassName
{
color: #C3B18D;
}
</style>
background-color css
<style>
a { background-color: #C3B18D; }
a { background-color: rgb(195,177,141); }
div.DivClassName
{
background-color: #C3B18D;
}
.BgClassName
{
background-color: #C3B18D;
}
</style>
border-color css
<style>
span { border-color: #C3B18D; }
span { border-color: rgb(195,177,141); }
td.TdClassName
{
border-color: #C3B18D;
}
.TagClassName
{
border-color: #C3B18D;
}
</style>