Shades of Pavlova #C3B18B
Tints of Pavlova #C3B18B
RGB
CMYK
RGB Variations
Color information
#C3B18B (or 0xC3B18B) is known color: Pavlova. HEX triplet: C3, B1 and 8B. RGB value is (195,177,139). Sum of RGB (Red+Green+Blue) = 195+177+139=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B18B is #3C4E74. Grayscale: #B2B2B2. Windows color (decimal): -3952245 or 9155011. OLE color: 9155011.
HSL color Cylindrical-coordinate representation of color #C3B18B: hue angle of 40.71º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3B18B is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 177 | 139 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.24 |
| HSL | 40.71º | 0.32% | 0.65% | - |
| HSV(B) | 40.71º | 0.29% | 0.76% | - |
| XYZ | 42.89 | 44.91 | 30.83 | - |
| YUV | 178.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 139 | 0 | 0.09 | 0.29 | 0.24 | 40.71 | 0.32 | 0.65 |
| Hex | C3 | B1 | 8B | 0 | 9 | 1D | 18 | 29 | 20 | 41 |
| Octal | 303 | 261 | 213 | 0 | 11 | 35 | 30 | 51 | 40 | 101 |
| Binary | 11000011 | 10110001 | 10001011 | 0 | 1001 | 11101 | 11000 | 101001 | 100000 | 1000001 |
Color Harmonies of #C3B18B
Complementary color
Monochromatic Colors of #C3B18B
Black with #C3B18B
Text Example
Text Example
White with #C3B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B18B; }
p { color: rgb(195,177,139); }
H1.HeaderClassName
{
color: #C3B18B;
}
.AnyTagClassName
{
color: #C3B18B;
}
</style>
background-color css
<style>
a { background-color: #C3B18B; }
a { background-color: rgb(195,177,139); }
div.DivClassName
{
background-color: #C3B18B;
}
.BgClassName
{
background-color: #C3B18B;
}
</style>
border-color css
<style>
span { border-color: #C3B18B; }
span { border-color: rgb(195,177,139); }
td.TdClassName
{
border-color: #C3B18B;
}
.TagClassName
{
border-color: #C3B18B;
}
</style>