Shades of Pavlova #C0B08A
Tints of Pavlova #C0B08A
RGB
CMYK
RGB Variations
Color information
#C0B08A (or 0xC0B08A) is known color: Pavlova. HEX triplet: C0, B0 and 8A. RGB value is (192,176,138). Sum of RGB (Red+Green+Blue) = 192+176+138=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B08A is #3F4F75. Grayscale: #B0B0B0. Windows color (decimal): -4149110 or 9089216. OLE color: 9089216.
HSL color Cylindrical-coordinate representation of color #C0B08A: hue angle of 42.22º 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 #C0B08A is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 138 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.25 |
| HSL | 42.22º | 0.3% | 0.65% | - |
| HSV(B) | 42.22º | 0.28% | 0.75% | - |
| XYZ | 41.85 | 44.09 | 30.35 | - |
| YUV | 176.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 138 | 0 | 0.08 | 0.28 | 0.25 | 42.22 | 0.3 | 0.65 |
| Hex | C0 | B0 | 8A | 0 | 8 | 1C | 19 | 2A | 1E | 41 |
| Octal | 300 | 260 | 212 | 0 | 10 | 34 | 31 | 52 | 36 | 101 |
| Binary | 11000000 | 10110000 | 10001010 | 0 | 1000 | 11100 | 11001 | 101010 | 11110 | 1000001 |
Color Harmonies of #C0B08A
Complementary color
Monochromatic Colors of #C0B08A
Black with #C0B08A
Text Example
Text Example
White with #C0B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B08A; }
p { color: rgb(192,176,138); }
H1.HeaderClassName
{
color: #C0B08A;
}
.AnyTagClassName
{
color: #C0B08A;
}
</style>
background-color css
<style>
a { background-color: #C0B08A; }
a { background-color: rgb(192,176,138); }
div.DivClassName
{
background-color: #C0B08A;
}
.BgClassName
{
background-color: #C0B08A;
}
</style>
border-color css
<style>
span { border-color: #C0B08A; }
span { border-color: rgb(192,176,138); }
td.TdClassName
{
border-color: #C0B08A;
}
.TagClassName
{
border-color: #C0B08A;
}
</style>