Shades of Pavlova #C3AF87
Tints of Pavlova #C3AF87
RGB
CMYK
RGB Variations
Color information
#C3AF87 (or 0xC3AF87) is known color: Pavlova. HEX triplet: C3, AF and 87. RGB value is (195,175,135). Sum of RGB (Red+Green+Blue) = 195+175+135=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF87 is #3C5078. Grayscale: #B0B0B0. Windows color (decimal): -3952761 or 8892355. OLE color: 8892355.
HSL color Cylindrical-coordinate representation of color #C3AF87: hue angle of 40º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3AF87 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 135 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.24 |
| HSL | 40º | 0.33% | 0.65% | - |
| HSV(B) | 40º | 0.31% | 0.76% | - |
| XYZ | 42.21 | 44.01 | 29.19 | - |
| YUV | 176.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 135 | 0 | 0.10 | 0.31 | 0.24 | 40 | 0.33 | 0.65 |
| Hex | C3 | AF | 87 | 0 | A | 1F | 18 | 28 | 21 | 41 |
| Octal | 303 | 257 | 207 | 0 | 12 | 37 | 30 | 50 | 41 | 101 |
| Binary | 11000011 | 10101111 | 10000111 | 0 | 1010 | 11111 | 11000 | 101000 | 100001 | 1000001 |
Color Harmonies of #C3AF87
Complementary color
Monochromatic Colors of #C3AF87
Black with #C3AF87
Text Example
Text Example
White with #C3AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF87; }
p { color: rgb(195,175,135); }
H1.HeaderClassName
{
color: #C3AF87;
}
.AnyTagClassName
{
color: #C3AF87;
}
</style>
background-color css
<style>
a { background-color: #C3AF87; }
a { background-color: rgb(195,175,135); }
div.DivClassName
{
background-color: #C3AF87;
}
.BgClassName
{
background-color: #C3AF87;
}
</style>
border-color css
<style>
span { border-color: #C3AF87; }
span { border-color: rgb(195,175,135); }
td.TdClassName
{
border-color: #C3AF87;
}
.TagClassName
{
border-color: #C3AF87;
}
</style>