Shades of Pavlova #C1A67A
Tints of Pavlova #C1A67A
RGB
CMYK
RGB Variations
Color information
#C1A67A (or 0xC1A67A) is known color: Pavlova. HEX triplet: C1, A6 and 7A. RGB value is (193,166,122). Sum of RGB (Red+Green+Blue) = 193+166+122=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A67A is #3E5985. Grayscale: #A9A9A9. Windows color (decimal): -4086150 or 8038081. OLE color: 8038081.
HSL color Cylindrical-coordinate representation of color #C1A67A: hue angle of 37.18º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1A67A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 122 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.24 |
| HSL | 37.18º | 0.36% | 0.62% | - |
| HSV(B) | 37.18º | 0.37% | 0.76% | - |
| XYZ | 39.14 | 40.02 | 24.07 | - |
| YUV | 169.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 122 | 0 | 0.14 | 0.37 | 0.24 | 37.18 | 0.36 | 0.62 |
| Hex | C1 | A6 | 7A | 0 | E | 25 | 18 | 25 | 24 | 3E |
| Octal | 301 | 246 | 172 | 0 | 16 | 45 | 30 | 45 | 44 | 76 |
| Binary | 11000001 | 10100110 | 1111010 | 0 | 1110 | 100101 | 11000 | 100101 | 100100 | 111110 |
Color Harmonies of #C1A67A
Complementary color
Monochromatic Colors of #C1A67A
Black with #C1A67A
Text Example
Text Example
White with #C1A67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A67A; }
p { color: rgb(193,166,122); }
H1.HeaderClassName
{
color: #C1A67A;
}
.AnyTagClassName
{
color: #C1A67A;
}
</style>
background-color css
<style>
a { background-color: #C1A67A; }
a { background-color: rgb(193,166,122); }
div.DivClassName
{
background-color: #C1A67A;
}
.BgClassName
{
background-color: #C1A67A;
}
</style>
border-color css
<style>
span { border-color: #C1A67A; }
span { border-color: rgb(193,166,122); }
td.TdClassName
{
border-color: #C1A67A;
}
.TagClassName
{
border-color: #C1A67A;
}
</style>