Shades of Pavlova #C0B18A
Tints of Pavlova #C0B18A
RGB
CMYK
RGB Variations
Color information
#C0B18A (or 0xC0B18A) is known color: Pavlova. HEX triplet: C0, B1 and 8A. RGB value is (192,177,138). Sum of RGB (Red+Green+Blue) = 192+177+138=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B18A is #3F4E75. Grayscale: #B1B1B1. Windows color (decimal): -4148854 or 9089472. OLE color: 9089472.
HSL color Cylindrical-coordinate representation of color #C0B18A: hue angle of 43.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0B18A is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 138 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.25 |
| HSL | 43.33º | 0.3% | 0.65% | - |
| HSV(B) | 43.33º | 0.28% | 0.75% | - |
| XYZ | 42.05 | 44.49 | 30.42 | - |
| YUV | 177.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 138 | 0 | 0.08 | 0.28 | 0.25 | 43.33 | 0.3 | 0.65 |
| Hex | C0 | B1 | 8A | 0 | 8 | 1C | 19 | 2B | 1E | 41 |
| Octal | 300 | 261 | 212 | 0 | 10 | 34 | 31 | 53 | 36 | 101 |
| Binary | 11000000 | 10110001 | 10001010 | 0 | 1000 | 11100 | 11001 | 101011 | 11110 | 1000001 |
Color Harmonies of #C0B18A
Complementary color
Monochromatic Colors of #C0B18A
Black with #C0B18A
Text Example
Text Example
White with #C0B18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B18A; }
p { color: rgb(192,177,138); }
H1.HeaderClassName
{
color: #C0B18A;
}
.AnyTagClassName
{
color: #C0B18A;
}
</style>
background-color css
<style>
a { background-color: #C0B18A; }
a { background-color: rgb(192,177,138); }
div.DivClassName
{
background-color: #C0B18A;
}
.BgClassName
{
background-color: #C0B18A;
}
</style>
border-color css
<style>
span { border-color: #C0B18A; }
span { border-color: rgb(192,177,138); }
td.TdClassName
{
border-color: #C0B18A;
}
.TagClassName
{
border-color: #C0B18A;
}
</style>