Shades of Prelude #C1AACA
Tints of Prelude #C1AACA
RGB
CMYK
RGB Variations
Color information
#C1AACA (or 0xC1AACA) is known color: Prelude. HEX triplet: C1, AA and CA. RGB value is (193,170,202). Sum of RGB (Red+Green+Blue) = 193+170+202=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AACA is #3E5535. Grayscale: #B4B4B4. Windows color (decimal): -4085046 or 13281985. OLE color: 13281985.
HSL color Cylindrical-coordinate representation of color #C1AACA: hue angle of 283.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1AACA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 170 | 202 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.21 |
| HSL | 283.13º | 0.23% | 0.73% | - |
| HSV(B) | 283.13º | 0.16% | 0.79% | - |
| XYZ | 47.03 | 44.35 | 61.96 | - |
| YUV | 180.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 202 | 0.04 | 0.16 | 0 | 0.21 | 283.13 | 0.23 | 0.73 |
| Hex | C1 | AA | CA | 4 | 10 | 0 | 15 | 11B | 17 | 49 |
| Octal | 301 | 252 | 312 | 4 | 20 | 0 | 25 | 433 | 27 | 111 |
| Binary | 11000001 | 10101010 | 11001010 | 100 | 10000 | 0 | 10101 | 100011011 | 10111 | 1001001 |
Color Harmonies of #C1AACA
Complementary color
Monochromatic Colors of #C1AACA
Black with #C1AACA
Text Example
Text Example
White with #C1AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AACA; }
p { color: rgb(193,170,202); }
H1.HeaderClassName
{
color: #C1AACA;
}
.AnyTagClassName
{
color: #C1AACA;
}
</style>
background-color css
<style>
a { background-color: #C1AACA; }
a { background-color: rgb(193,170,202); }
div.DivClassName
{
background-color: #C1AACA;
}
.BgClassName
{
background-color: #C1AACA;
}
</style>
border-color css
<style>
span { border-color: #C1AACA; }
span { border-color: rgb(193,170,202); }
td.TdClassName
{
border-color: #C1AACA;
}
.TagClassName
{
border-color: #C1AACA;
}
</style>