Shades of Pavlova #C4AD8C
Tints of Pavlova #C4AD8C
RGB
CMYK
RGB Variations
Color information
#C4AD8C (or 0xC4AD8C) is known color: Pavlova. HEX triplet: C4, AD and 8C. RGB value is (196,173,140). Sum of RGB (Red+Green+Blue) = 196+173+140=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD8C is #3B5273. Grayscale: #B0B0B0. Windows color (decimal): -3887732 or 9219524. OLE color: 9219524.
HSL color Cylindrical-coordinate representation of color #C4AD8C: hue angle of 35.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4AD8C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 140 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.23 |
| HSL | 35.36º | 0.32% | 0.66% | - |
| HSV(B) | 35.36º | 0.29% | 0.77% | - |
| XYZ | 42.44 | 43.52 | 30.97 | - |
| YUV | 176.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 140 | 0 | 0.12 | 0.29 | 0.23 | 35.36 | 0.32 | 0.66 |
| Hex | C4 | AD | 8C | 0 | C | 1D | 17 | 23 | 20 | 42 |
| Octal | 304 | 255 | 214 | 0 | 14 | 35 | 27 | 43 | 40 | 102 |
| Binary | 11000100 | 10101101 | 10001100 | 0 | 1100 | 11101 | 10111 | 100011 | 100000 | 1000010 |
Color Harmonies of #C4AD8C
Complementary color
Monochromatic Colors of #C4AD8C
Black with #C4AD8C
Text Example
Text Example
White with #C4AD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD8C; }
p { color: rgb(196,173,140); }
H1.HeaderClassName
{
color: #C4AD8C;
}
.AnyTagClassName
{
color: #C4AD8C;
}
</style>
background-color css
<style>
a { background-color: #C4AD8C; }
a { background-color: rgb(196,173,140); }
div.DivClassName
{
background-color: #C4AD8C;
}
.BgClassName
{
background-color: #C4AD8C;
}
</style>
border-color css
<style>
span { border-color: #C4AD8C; }
span { border-color: rgb(196,173,140); }
td.TdClassName
{
border-color: #C4AD8C;
}
.TagClassName
{
border-color: #C4AD8C;
}
</style>