Shades of Pavlova #C5AF8B
Tints of Pavlova #C5AF8B
RGB
CMYK
RGB Variations
Color information
#C5AF8B (or 0xC5AF8B) is known color: Pavlova. HEX triplet: C5, AF and 8B. RGB value is (197,175,139). Sum of RGB (Red+Green+Blue) = 197+175+139=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF8B is #3A5074. Grayscale: #B1B1B1. Windows color (decimal): -3821685 or 9154501. OLE color: 9154501.
HSL color Cylindrical-coordinate representation of color #C5AF8B: hue angle of 37.24º 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 #C5AF8B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 139 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.23 |
| HSL | 37.24º | 0.33% | 0.66% | - |
| HSV(B) | 37.24º | 0.29% | 0.77% | - |
| XYZ | 43.02 | 44.39 | 30.73 | - |
| YUV | 177.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 139 | 0 | 0.11 | 0.29 | 0.23 | 37.24 | 0.33 | 0.66 |
| Hex | C5 | AF | 8B | 0 | B | 1D | 17 | 25 | 21 | 42 |
| Octal | 305 | 257 | 213 | 0 | 13 | 35 | 27 | 45 | 41 | 102 |
| Binary | 11000101 | 10101111 | 10001011 | 0 | 1011 | 11101 | 10111 | 100101 | 100001 | 1000010 |
Color Harmonies of #C5AF8B
Complementary color
Monochromatic Colors of #C5AF8B
Black with #C5AF8B
Text Example
Text Example
White with #C5AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF8B; }
p { color: rgb(197,175,139); }
H1.HeaderClassName
{
color: #C5AF8B;
}
.AnyTagClassName
{
color: #C5AF8B;
}
</style>
background-color css
<style>
a { background-color: #C5AF8B; }
a { background-color: rgb(197,175,139); }
div.DivClassName
{
background-color: #C5AF8B;
}
.BgClassName
{
background-color: #C5AF8B;
}
</style>
border-color css
<style>
span { border-color: #C5AF8B; }
span { border-color: rgb(197,175,139); }
td.TdClassName
{
border-color: #C5AF8B;
}
.TagClassName
{
border-color: #C5AF8B;
}
</style>