Shades of Pavlova #C6AF88
Tints of Pavlova #C6AF88
RGB
CMYK
RGB Variations
Color information
#C6AF88 (or 0xC6AF88) is known color: Pavlova. HEX triplet: C6, AF and 88. RGB value is (198,175,136). Sum of RGB (Red+Green+Blue) = 198+175+136=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF88 is #395077. Grayscale: #B1B1B1. Windows color (decimal): -3756152 or 8957894. OLE color: 8957894.
HSL color Cylindrical-coordinate representation of color #C6AF88: hue angle of 37.74º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6AF88 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 136 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.22 |
| HSL | 37.74º | 0.35% | 0.65% | - |
| HSV(B) | 37.74º | 0.31% | 0.78% | - |
| XYZ | 43.06 | 44.44 | 29.6 | - |
| YUV | 177.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 136 | 0 | 0.12 | 0.31 | 0.22 | 37.74 | 0.35 | 0.65 |
| Hex | C6 | AF | 88 | 0 | C | 1F | 16 | 26 | 23 | 41 |
| Octal | 306 | 257 | 210 | 0 | 14 | 37 | 26 | 46 | 43 | 101 |
| Binary | 11000110 | 10101111 | 10001000 | 0 | 1100 | 11111 | 10110 | 100110 | 100011 | 1000001 |
Color Harmonies of #C6AF88
Complementary color
Monochromatic Colors of #C6AF88
Black with #C6AF88
Text Example
Text Example
White with #C6AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF88; }
p { color: rgb(198,175,136); }
H1.HeaderClassName
{
color: #C6AF88;
}
.AnyTagClassName
{
color: #C6AF88;
}
</style>
background-color css
<style>
a { background-color: #C6AF88; }
a { background-color: rgb(198,175,136); }
div.DivClassName
{
background-color: #C6AF88;
}
.BgClassName
{
background-color: #C6AF88;
}
</style>
border-color css
<style>
span { border-color: #C6AF88; }
span { border-color: rgb(198,175,136); }
td.TdClassName
{
border-color: #C6AF88;
}
.TagClassName
{
border-color: #C6AF88;
}
</style>