Shades of Prelude #C0AFC8
Tints of Prelude #C0AFC8
RGB
CMYK
RGB Variations
Color information
#C0AFC8 (or 0xC0AFC8) is known color: Prelude. HEX triplet: C0, AF and C8. RGB value is (192,175,200). Sum of RGB (Red+Green+Blue) = 192+175+200=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 200 - color contains mainly: blue. Hex color #C0AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFC8 is #3F5037. Grayscale: #B6B6B6. Windows color (decimal): -4149304 or 13152192. OLE color: 13152192.
HSL color Cylindrical-coordinate representation of color #C0AFC8: hue angle of 280.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0AFC8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 175 | 200 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.22 |
| HSL | 280.8º | 0.19% | 0.74% | - |
| HSV(B) | 280.8º | 0.13% | 0.78% | - |
| XYZ | 47.49 | 46.04 | 61.03 | - |
| YUV | 182.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 200 | 0.04 | 0.12 | 0 | 0.22 | 280.8 | 0.19 | 0.74 |
| Hex | C0 | AF | C8 | 4 | C | 0 | 16 | 119 | 13 | 4A |
| Octal | 300 | 257 | 310 | 4 | 14 | 0 | 26 | 431 | 23 | 112 |
| Binary | 11000000 | 10101111 | 11001000 | 100 | 1100 | 0 | 10110 | 100011001 | 10011 | 1001010 |
Color Harmonies of #C0AFC8
Complementary color
Monochromatic Colors of #C0AFC8
Black with #C0AFC8
Text Example
Text Example
White with #C0AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFC8; }
p { color: rgb(192,175,200); }
H1.HeaderClassName
{
color: #C0AFC8;
}
.AnyTagClassName
{
color: #C0AFC8;
}
</style>
background-color css
<style>
a { background-color: #C0AFC8; }
a { background-color: rgb(192,175,200); }
div.DivClassName
{
background-color: #C0AFC8;
}
.BgClassName
{
background-color: #C0AFC8;
}
</style>
border-color css
<style>
span { border-color: #C0AFC8; }
span { border-color: rgb(192,175,200); }
td.TdClassName
{
border-color: #C0AFC8;
}
.TagClassName
{
border-color: #C0AFC8;
}
</style>