Shades of Prelude #C9C0CF
Tints of Prelude #C9C0CF
RGB
CMYK
RGB Variations
Color information
#C9C0CF (or 0xC9C0CF) is known color: Prelude. HEX triplet: C9, C0 and CF. RGB value is (201,192,207). Sum of RGB (Red+Green+Blue) = 201+192+207=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0CF is #363F30. Grayscale: #C4C4C4. Windows color (decimal): -3555121 or 13615305. OLE color: 13615305.
HSL color Cylindrical-coordinate representation of color #C9C0CF: hue angle of 276º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9C0CF is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 192 | 207 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.19 |
| HSL | 276º | 0.14% | 0.78% | - |
| HSV(B) | 276º | 0.07% | 0.81% | - |
| XYZ | 54.2 | 54.62 | 66.72 | - |
| YUV | 196.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 207 | 0.03 | 0.07 | 0 | 0.19 | 276 | 0.14 | 0.78 |
| Hex | C9 | C0 | CF | 3 | 7 | 0 | 13 | 114 | E | 4E |
| Octal | 311 | 300 | 317 | 3 | 7 | 0 | 23 | 424 | 16 | 116 |
| Binary | 11001001 | 11000000 | 11001111 | 11 | 111 | 0 | 10011 | 100010100 | 1110 | 1001110 |
Color Harmonies of #C9C0CF
Complementary color
Monochromatic Colors of #C9C0CF
Black with #C9C0CF
Text Example
Text Example
White with #C9C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0CF; }
p { color: rgb(201,192,207); }
H1.HeaderClassName
{
color: #C9C0CF;
}
.AnyTagClassName
{
color: #C9C0CF;
}
</style>
background-color css
<style>
a { background-color: #C9C0CF; }
a { background-color: rgb(201,192,207); }
div.DivClassName
{
background-color: #C9C0CF;
}
.BgClassName
{
background-color: #C9C0CF;
}
</style>
border-color css
<style>
span { border-color: #C9C0CF; }
span { border-color: rgb(201,192,207); }
td.TdClassName
{
border-color: #C9C0CF;
}
.TagClassName
{
border-color: #C9C0CF;
}
</style>