Shades of Pavlova #C2A87D
Tints of Pavlova #C2A87D
RGB
CMYK
RGB Variations
Color information
#C2A87D (or 0xC2A87D) is known color: Pavlova. HEX triplet: C2, A8 and 7D. RGB value is (194,168,125). Sum of RGB (Red+Green+Blue) = 194+168+125=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A87D is #3D5782. Grayscale: #ABABAB. Windows color (decimal): -4020099 or 8235202. OLE color: 8235202.
HSL color Cylindrical-coordinate representation of color #C2A87D: hue angle of 37.39º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2A87D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 125 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.24 |
| HSL | 37.39º | 0.36% | 0.63% | - |
| HSV(B) | 37.39º | 0.36% | 0.76% | - |
| XYZ | 39.95 | 40.96 | 25.2 | - |
| YUV | 170.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 125 | 0 | 0.13 | 0.36 | 0.24 | 37.39 | 0.36 | 0.63 |
| Hex | C2 | A8 | 7D | 0 | D | 24 | 18 | 25 | 24 | 3F |
| Octal | 302 | 250 | 175 | 0 | 15 | 44 | 30 | 45 | 44 | 77 |
| Binary | 11000010 | 10101000 | 1111101 | 0 | 1101 | 100100 | 11000 | 100101 | 100100 | 111111 |
Color Harmonies of #C2A87D
Complementary color
Monochromatic Colors of #C2A87D
Black with #C2A87D
Text Example
Text Example
White with #C2A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A87D; }
p { color: rgb(194,168,125); }
H1.HeaderClassName
{
color: #C2A87D;
}
.AnyTagClassName
{
color: #C2A87D;
}
</style>
background-color css
<style>
a { background-color: #C2A87D; }
a { background-color: rgb(194,168,125); }
div.DivClassName
{
background-color: #C2A87D;
}
.BgClassName
{
background-color: #C2A87D;
}
</style>
border-color css
<style>
span { border-color: #C2A87D; }
span { border-color: rgb(194,168,125); }
td.TdClassName
{
border-color: #C2A87D;
}
.TagClassName
{
border-color: #C2A87D;
}
</style>