Shades of Pavlova #C2AE8A
Tints of Pavlova #C2AE8A
RGB
CMYK
RGB Variations
Color information
#C2AE8A (or 0xC2AE8A) is known color: Pavlova. HEX triplet: C2, AE and 8A. RGB value is (194,174,138). Sum of RGB (Red+Green+Blue) = 194+174+138=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE8A is #3D5175. Grayscale: #B0B0B0. Windows color (decimal): -4018550 or 9088706. OLE color: 9088706.
HSL color Cylindrical-coordinate representation of color #C2AE8A: hue angle of 38.57º degrees, saturation: 0.31, 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 #C2AE8A is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 138 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.24 |
| HSL | 38.57º | 0.31% | 0.65% | - |
| HSV(B) | 38.57º | 0.29% | 0.76% | - |
| XYZ | 41.97 | 43.58 | 30.24 | - |
| YUV | 175.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 138 | 0 | 0.10 | 0.29 | 0.24 | 38.57 | 0.31 | 0.65 |
| Hex | C2 | AE | 8A | 0 | A | 1D | 18 | 27 | 1F | 41 |
| Octal | 302 | 256 | 212 | 0 | 12 | 35 | 30 | 47 | 37 | 101 |
| Binary | 11000010 | 10101110 | 10001010 | 0 | 1010 | 11101 | 11000 | 100111 | 11111 | 1000001 |
Color Harmonies of #C2AE8A
Complementary color
Monochromatic Colors of #C2AE8A
Black with #C2AE8A
Text Example
Text Example
White with #C2AE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE8A; }
p { color: rgb(194,174,138); }
H1.HeaderClassName
{
color: #C2AE8A;
}
.AnyTagClassName
{
color: #C2AE8A;
}
</style>
background-color css
<style>
a { background-color: #C2AE8A; }
a { background-color: rgb(194,174,138); }
div.DivClassName
{
background-color: #C2AE8A;
}
.BgClassName
{
background-color: #C2AE8A;
}
</style>
border-color css
<style>
span { border-color: #C2AE8A; }
span { border-color: rgb(194,174,138); }
td.TdClassName
{
border-color: #C2AE8A;
}
.TagClassName
{
border-color: #C2AE8A;
}
</style>