Shades of Prelude #C1A9CA
Tints of Prelude #C1A9CA
RGB
CMYK
RGB Variations
Color information
#C1A9CA (or 0xC1A9CA) is known color: Prelude. HEX triplet: C1, A9 and CA. RGB value is (193,169,202). Sum of RGB (Red+Green+Blue) = 193+169+202=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9CA is #3E5635. Grayscale: #B3B3B3. Windows color (decimal): -4085302 or 13281729. OLE color: 13281729.
HSL color Cylindrical-coordinate representation of color #C1A9CA: hue angle of 283.64º degrees, saturation: 0.24, 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 #C1A9CA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 169 | 202 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.21 |
| HSL | 283.64º | 0.24% | 0.73% | - |
| HSV(B) | 283.64º | 0.16% | 0.79% | - |
| XYZ | 46.84 | 43.98 | 61.9 | - |
| YUV | 179.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 202 | 0.04 | 0.16 | 0 | 0.21 | 283.64 | 0.24 | 0.73 |
| Hex | C1 | A9 | CA | 4 | 10 | 0 | 15 | 11C | 18 | 49 |
| Octal | 301 | 251 | 312 | 4 | 20 | 0 | 25 | 434 | 30 | 111 |
| Binary | 11000001 | 10101001 | 11001010 | 100 | 10000 | 0 | 10101 | 100011100 | 11000 | 1001001 |
Color Harmonies of #C1A9CA
Complementary color
Monochromatic Colors of #C1A9CA
Black with #C1A9CA
Text Example
Text Example
White with #C1A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A9CA; }
p { color: rgb(193,169,202); }
H1.HeaderClassName
{
color: #C1A9CA;
}
.AnyTagClassName
{
color: #C1A9CA;
}
</style>
background-color css
<style>
a { background-color: #C1A9CA; }
a { background-color: rgb(193,169,202); }
div.DivClassName
{
background-color: #C1A9CA;
}
.BgClassName
{
background-color: #C1A9CA;
}
</style>
border-color css
<style>
span { border-color: #C1A9CA; }
span { border-color: rgb(193,169,202); }
td.TdClassName
{
border-color: #C1A9CA;
}
.TagClassName
{
border-color: #C1A9CA;
}
</style>