Shades of Pavlova #C3AA82
Tints of Pavlova #C3AA82
RGB
CMYK
RGB Variations
Color information
#C3AA82 (or 0xC3AA82) is known color: Pavlova. HEX triplet: C3, AA and 82. RGB value is (195,170,130). Sum of RGB (Red+Green+Blue) = 195+170+130=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA82 is #3C557D. Grayscale: #ADADAD. Windows color (decimal): -3954046 or 8563395. OLE color: 8563395.
HSL color Cylindrical-coordinate representation of color #C3AA82: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3AA82 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 130 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.24 |
| HSL | 36.92º | 0.35% | 0.64% | - |
| HSV(B) | 36.92º | 0.33% | 0.76% | - |
| XYZ | 40.91 | 41.96 | 27.06 | - |
| YUV | 172.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 130 | 0 | 0.13 | 0.33 | 0.24 | 36.92 | 0.35 | 0.64 |
| Hex | C3 | AA | 82 | 0 | D | 21 | 18 | 25 | 23 | 40 |
| Octal | 303 | 252 | 202 | 0 | 15 | 41 | 30 | 45 | 43 | 100 |
| Binary | 11000011 | 10101010 | 10000010 | 0 | 1101 | 100001 | 11000 | 100101 | 100011 | 1000000 |
Color Harmonies of #C3AA82
Complementary color
Monochromatic Colors of #C3AA82
Black with #C3AA82
Text Example
Text Example
White with #C3AA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA82; }
p { color: rgb(195,170,130); }
H1.HeaderClassName
{
color: #C3AA82;
}
.AnyTagClassName
{
color: #C3AA82;
}
</style>
background-color css
<style>
a { background-color: #C3AA82; }
a { background-color: rgb(195,170,130); }
div.DivClassName
{
background-color: #C3AA82;
}
.BgClassName
{
background-color: #C3AA82;
}
</style>
border-color css
<style>
span { border-color: #C3AA82; }
span { border-color: rgb(195,170,130); }
td.TdClassName
{
border-color: #C3AA82;
}
.TagClassName
{
border-color: #C3AA82;
}
</style>