Shades of Pavlova #C3AE8B
Tints of Pavlova #C3AE8B
RGB
CMYK
RGB Variations
Color information
#C3AE8B (or 0xC3AE8B) is known color: Pavlova. HEX triplet: C3, AE and 8B. RGB value is (195,174,139). Sum of RGB (Red+Green+Blue) = 195+174+139=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AE8B is #3C5174. Grayscale: #B0B0B0. Windows color (decimal): -3953013 or 9154243. OLE color: 9154243.
HSL color Cylindrical-coordinate representation of color #C3AE8B: hue angle of 37.5º 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 #C3AE8B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 174 | 139 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.24 |
| HSL | 37.5º | 0.32% | 0.65% | - |
| HSV(B) | 37.5º | 0.29% | 0.76% | - |
| XYZ | 42.3 | 43.74 | 30.64 | - |
| YUV | 176.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 139 | 0 | 0.11 | 0.29 | 0.24 | 37.5 | 0.32 | 0.65 |
| Hex | C3 | AE | 8B | 0 | B | 1D | 18 | 26 | 20 | 41 |
| Octal | 303 | 256 | 213 | 0 | 13 | 35 | 30 | 46 | 40 | 101 |
| Binary | 11000011 | 10101110 | 10001011 | 0 | 1011 | 11101 | 11000 | 100110 | 100000 | 1000001 |
Color Harmonies of #C3AE8B
Complementary color
Monochromatic Colors of #C3AE8B
Black with #C3AE8B
Text Example
Text Example
White with #C3AE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AE8B; }
p { color: rgb(195,174,139); }
H1.HeaderClassName
{
color: #C3AE8B;
}
.AnyTagClassName
{
color: #C3AE8B;
}
</style>
background-color css
<style>
a { background-color: #C3AE8B; }
a { background-color: rgb(195,174,139); }
div.DivClassName
{
background-color: #C3AE8B;
}
.BgClassName
{
background-color: #C3AE8B;
}
</style>
border-color css
<style>
span { border-color: #C3AE8B; }
span { border-color: rgb(195,174,139); }
td.TdClassName
{
border-color: #C3AE8B;
}
.TagClassName
{
border-color: #C3AE8B;
}
</style>