Shades of Pavlova #C0A87D
Tints of Pavlova #C0A87D
RGB
CMYK
RGB Variations
Color information
#C0A87D (or 0xC0A87D) is known color: Pavlova. HEX triplet: C0, A8 and 7D. RGB value is (192,168,125). Sum of RGB (Red+Green+Blue) = 192+168+125=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A87D is #3F5782. Grayscale: #AAAAAA. Windows color (decimal): -4151171 or 8235200. OLE color: 8235200.
HSL color Cylindrical-coordinate representation of color #C0A87D: hue angle of 38.51º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A87D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 125 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.25 |
| HSL | 38.51º | 0.35% | 0.62% | - |
| HSV(B) | 38.51º | 0.35% | 0.75% | - |
| XYZ | 39.44 | 40.69 | 25.18 | - |
| YUV | 170.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 125 | 0 | 0.12 | 0.35 | 0.25 | 38.51 | 0.35 | 0.62 |
| Hex | C0 | A8 | 7D | 0 | C | 23 | 19 | 27 | 23 | 3E |
| Octal | 300 | 250 | 175 | 0 | 14 | 43 | 31 | 47 | 43 | 76 |
| Binary | 11000000 | 10101000 | 1111101 | 0 | 1100 | 100011 | 11001 | 100111 | 100011 | 111110 |
Color Harmonies of #C0A87D
Complementary color
Monochromatic Colors of #C0A87D
Black with #C0A87D
Text Example
Text Example
White with #C0A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A87D; }
p { color: rgb(192,168,125); }
H1.HeaderClassName
{
color: #C0A87D;
}
.AnyTagClassName
{
color: #C0A87D;
}
</style>
background-color css
<style>
a { background-color: #C0A87D; }
a { background-color: rgb(192,168,125); }
div.DivClassName
{
background-color: #C0A87D;
}
.BgClassName
{
background-color: #C0A87D;
}
</style>
border-color css
<style>
span { border-color: #C0A87D; }
span { border-color: rgb(192,168,125); }
td.TdClassName
{
border-color: #C0A87D;
}
.TagClassName
{
border-color: #C0A87D;
}
</style>