Shades of Prelude #C9A8D0
Tints of Prelude #C9A8D0
RGB
CMYK
RGB Variations
Color information
#C9A8D0 (or 0xC9A8D0) is known color: Prelude. HEX triplet: C9, A8 and D0. RGB value is (201,168,208). Sum of RGB (Red+Green+Blue) = 201+168+208=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9A8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8D0 is #36572F. Grayscale: #B6B6B6. Windows color (decimal): -3561264 or 13674697. OLE color: 13674697.
HSL color Cylindrical-coordinate representation of color #C9A8D0: hue angle of 289.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A8D0 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 168 | 208 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.18 |
| HSL | 289.5º | 0.3% | 0.74% | - |
| HSV(B) | 289.5º | 0.19% | 0.82% | - |
| XYZ | 49.48 | 44.98 | 65.75 | - |
| YUV | 182.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 208 | 0.03 | 0.19 | 0 | 0.18 | 289.5 | 0.3 | 0.74 |
| Hex | C9 | A8 | D0 | 3 | 13 | 0 | 12 | 122 | 1E | 4A |
| Octal | 311 | 250 | 320 | 3 | 23 | 0 | 22 | 442 | 36 | 112 |
| Binary | 11001001 | 10101000 | 11010000 | 11 | 10011 | 0 | 10010 | 100100010 | 11110 | 1001010 |
Color Harmonies of #C9A8D0
Complementary color
Monochromatic Colors of #C9A8D0
Black with #C9A8D0
Text Example
Text Example
White with #C9A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8D0; }
p { color: rgb(201,168,208); }
H1.HeaderClassName
{
color: #C9A8D0;
}
.AnyTagClassName
{
color: #C9A8D0;
}
</style>
background-color css
<style>
a { background-color: #C9A8D0; }
a { background-color: rgb(201,168,208); }
div.DivClassName
{
background-color: #C9A8D0;
}
.BgClassName
{
background-color: #C9A8D0;
}
</style>
border-color css
<style>
span { border-color: #C9A8D0; }
span { border-color: rgb(201,168,208); }
td.TdClassName
{
border-color: #C9A8D0;
}
.TagClassName
{
border-color: #C9A8D0;
}
</style>