Shades of Prelude #C0AFC7
Tints of Prelude #C0AFC7
RGB
CMYK
RGB Variations
Color information
#C0AFC7 (or 0xC0AFC7) is known color: Prelude. HEX triplet: C0, AF and C7. RGB value is (192,175,199). Sum of RGB (Red+Green+Blue) = 192+175+199=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 199 - color contains mainly: blue. Hex color #C0AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFC7 is #3F5038. Grayscale: #B6B6B6. Windows color (decimal): -4149305 or 13086656. OLE color: 13086656.
HSL color Cylindrical-coordinate representation of color #C0AFC7: hue angle of 282.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0AFC7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 175 | 199 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.22 |
| HSL | 282.5º | 0.18% | 0.73% | - |
| HSV(B) | 282.5º | 0.12% | 0.78% | - |
| XYZ | 47.38 | 45.99 | 60.41 | - |
| YUV | 182.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 199 | 0.04 | 0.12 | 0 | 0.22 | 282.5 | 0.18 | 0.73 |
| Hex | C0 | AF | C7 | 4 | C | 0 | 16 | 11A | 12 | 49 |
| Octal | 300 | 257 | 307 | 4 | 14 | 0 | 26 | 432 | 22 | 111 |
| Binary | 11000000 | 10101111 | 11000111 | 100 | 1100 | 0 | 10110 | 100011010 | 10010 | 1001001 |
Color Harmonies of #C0AFC7
Complementary color
Monochromatic Colors of #C0AFC7
Black with #C0AFC7
Text Example
Text Example
White with #C0AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFC7; }
p { color: rgb(192,175,199); }
H1.HeaderClassName
{
color: #C0AFC7;
}
.AnyTagClassName
{
color: #C0AFC7;
}
</style>
background-color css
<style>
a { background-color: #C0AFC7; }
a { background-color: rgb(192,175,199); }
div.DivClassName
{
background-color: #C0AFC7;
}
.BgClassName
{
background-color: #C0AFC7;
}
</style>
border-color css
<style>
span { border-color: #C0AFC7; }
span { border-color: rgb(192,175,199); }
td.TdClassName
{
border-color: #C0AFC7;
}
.TagClassName
{
border-color: #C0AFC7;
}
</style>