Shades of Prelude #C0AFC9
Tints of Prelude #C0AFC9
RGB
CMYK
RGB Variations
Color information
#C0AFC9 (or 0xC0AFC9) is known color: Prelude. HEX triplet: C0, AF and C9. RGB value is (192,175,201). Sum of RGB (Red+Green+Blue) = 192+175+201=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFC9 is #3F5036. Grayscale: #B6B6B6. Windows color (decimal): -4149303 or 13217728. OLE color: 13217728.
HSL color Cylindrical-coordinate representation of color #C0AFC9: hue angle of 279.23º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0AFC9 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 175 | 201 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.21 |
| HSL | 279.23º | 0.19% | 0.74% | - |
| HSV(B) | 279.23º | 0.13% | 0.79% | - |
| XYZ | 47.61 | 46.08 | 61.64 | - |
| YUV | 183.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 201 | 0.04 | 0.13 | 0 | 0.21 | 279.23 | 0.19 | 0.74 |
| Hex | C0 | AF | C9 | 4 | D | 0 | 15 | 117 | 13 | 4A |
| Octal | 300 | 257 | 311 | 4 | 15 | 0 | 25 | 427 | 23 | 112 |
| Binary | 11000000 | 10101111 | 11001001 | 100 | 1101 | 0 | 10101 | 100010111 | 10011 | 1001010 |
Color Harmonies of #C0AFC9
Complementary color
Monochromatic Colors of #C0AFC9
Black with #C0AFC9
Text Example
Text Example
White with #C0AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFC9; }
p { color: rgb(192,175,201); }
H1.HeaderClassName
{
color: #C0AFC9;
}
.AnyTagClassName
{
color: #C0AFC9;
}
</style>
background-color css
<style>
a { background-color: #C0AFC9; }
a { background-color: rgb(192,175,201); }
div.DivClassName
{
background-color: #C0AFC9;
}
.BgClassName
{
background-color: #C0AFC9;
}
</style>
border-color css
<style>
span { border-color: #C0AFC9; }
span { border-color: rgb(192,175,201); }
td.TdClassName
{
border-color: #C0AFC9;
}
.TagClassName
{
border-color: #C0AFC9;
}
</style>