Shades of Pavlova #C4B28D
Tints of Pavlova #C4B28D
RGB
CMYK
RGB Variations
Color information
#C4B28D (or 0xC4B28D) is known color: Pavlova. HEX triplet: C4, B2 and 8D. RGB value is (196,178,141). Sum of RGB (Red+Green+Blue) = 196+178+141=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B28D is #3B4D72. Grayscale: #B3B3B3. Windows color (decimal): -3886451 or 9286340. OLE color: 9286340.
HSL color Cylindrical-coordinate representation of color #C4B28D: hue angle of 40.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4B28D is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 141 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.23 |
| HSL | 40.36º | 0.32% | 0.66% | - |
| HSV(B) | 40.36º | 0.28% | 0.77% | - |
| XYZ | 43.49 | 45.5 | 31.69 | - |
| YUV | 179.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 141 | 0 | 0.09 | 0.28 | 0.23 | 40.36 | 0.32 | 0.66 |
| Hex | C4 | B2 | 8D | 0 | 9 | 1C | 17 | 28 | 20 | 42 |
| Octal | 304 | 262 | 215 | 0 | 11 | 34 | 27 | 50 | 40 | 102 |
| Binary | 11000100 | 10110010 | 10001101 | 0 | 1001 | 11100 | 10111 | 101000 | 100000 | 1000010 |
Color Harmonies of #C4B28D
Complementary color
Monochromatic Colors of #C4B28D
Black with #C4B28D
Text Example
Text Example
White with #C4B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B28D; }
p { color: rgb(196,178,141); }
H1.HeaderClassName
{
color: #C4B28D;
}
.AnyTagClassName
{
color: #C4B28D;
}
</style>
background-color css
<style>
a { background-color: #C4B28D; }
a { background-color: rgb(196,178,141); }
div.DivClassName
{
background-color: #C4B28D;
}
.BgClassName
{
background-color: #C4B28D;
}
</style>
border-color css
<style>
span { border-color: #C4B28D; }
span { border-color: rgb(196,178,141); }
td.TdClassName
{
border-color: #C4B28D;
}
.TagClassName
{
border-color: #C4B28D;
}
</style>