Shades of Pavlova #C3AC8A
Tints of Pavlova #C3AC8A
RGB
CMYK
RGB Variations
Color information
#C3AC8A (or 0xC3AC8A) is known color: Pavlova. HEX triplet: C3, AC and 8A. RGB value is (195,172,138). Sum of RGB (Red+Green+Blue) = 195+172+138=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AC8A is #3C5375. Grayscale: #AFAFAF. Windows color (decimal): -3953526 or 9088195. OLE color: 9088195.
HSL color Cylindrical-coordinate representation of color #C3AC8A: hue angle of 35.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3AC8A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 138 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.24 |
| HSL | 35.79º | 0.32% | 0.65% | - |
| HSV(B) | 35.79º | 0.29% | 0.76% | - |
| XYZ | 41.85 | 42.94 | 30.13 | - |
| YUV | 175 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 138 | 0 | 0.12 | 0.29 | 0.24 | 35.79 | 0.32 | 0.65 |
| Hex | C3 | AC | 8A | 0 | C | 1D | 18 | 24 | 20 | 41 |
| Octal | 303 | 254 | 212 | 0 | 14 | 35 | 30 | 44 | 40 | 101 |
| Binary | 11000011 | 10101100 | 10001010 | 0 | 1100 | 11101 | 11000 | 100100 | 100000 | 1000001 |
Color Harmonies of #C3AC8A
Complementary color
Monochromatic Colors of #C3AC8A
Black with #C3AC8A
Text Example
Text Example
White with #C3AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC8A; }
p { color: rgb(195,172,138); }
H1.HeaderClassName
{
color: #C3AC8A;
}
.AnyTagClassName
{
color: #C3AC8A;
}
</style>
background-color css
<style>
a { background-color: #C3AC8A; }
a { background-color: rgb(195,172,138); }
div.DivClassName
{
background-color: #C3AC8A;
}
.BgClassName
{
background-color: #C3AC8A;
}
</style>
border-color css
<style>
span { border-color: #C3AC8A; }
span { border-color: rgb(195,172,138); }
td.TdClassName
{
border-color: #C3AC8A;
}
.TagClassName
{
border-color: #C3AC8A;
}
</style>