Shades of Pavlova #C5B18C
Tints of Pavlova #C5B18C
RGB
CMYK
RGB Variations
Color information
#C5B18C (or 0xC5B18C) is known color: Pavlova. HEX triplet: C5, B1 and 8C. RGB value is (197,177,140). Sum of RGB (Red+Green+Blue) = 197+177+140=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B18C is #3A4E73. Grayscale: #B2B2B2. Windows color (decimal): -3821172 or 9220549. OLE color: 9220549.
HSL color Cylindrical-coordinate representation of color #C5B18C: hue angle of 38.95º degrees, saturation: 0.33, 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 #C5B18C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 140 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.23 |
| HSL | 38.95º | 0.33% | 0.66% | - |
| HSV(B) | 38.95º | 0.29% | 0.77% | - |
| XYZ | 43.48 | 45.21 | 31.25 | - |
| YUV | 178.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 140 | 0 | 0.10 | 0.29 | 0.23 | 38.95 | 0.33 | 0.66 |
| Hex | C5 | B1 | 8C | 0 | A | 1D | 17 | 27 | 21 | 42 |
| Octal | 305 | 261 | 214 | 0 | 12 | 35 | 27 | 47 | 41 | 102 |
| Binary | 11000101 | 10110001 | 10001100 | 0 | 1010 | 11101 | 10111 | 100111 | 100001 | 1000010 |
Color Harmonies of #C5B18C
Complementary color
Monochromatic Colors of #C5B18C
Black with #C5B18C
Text Example
Text Example
White with #C5B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B18C; }
p { color: rgb(197,177,140); }
H1.HeaderClassName
{
color: #C5B18C;
}
.AnyTagClassName
{
color: #C5B18C;
}
</style>
background-color css
<style>
a { background-color: #C5B18C; }
a { background-color: rgb(197,177,140); }
div.DivClassName
{
background-color: #C5B18C;
}
.BgClassName
{
background-color: #C5B18C;
}
</style>
border-color css
<style>
span { border-color: #C5B18C; }
span { border-color: rgb(197,177,140); }
td.TdClassName
{
border-color: #C5B18C;
}
.TagClassName
{
border-color: #C5B18C;
}
</style>