Shades of Prelude #C5C0C6
Tints of Prelude #C5C0C6
RGB
CMYK
RGB Variations
Color information
#C5C0C6 (or 0xC5C0C6) is known color: Prelude. HEX triplet: C5, C0 and C6. RGB value is (197,192,198). Sum of RGB (Red+Green+Blue) = 197+192+198=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 198 - color contains mainly: blue. Hex color #C5C0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0C6 is #3A3F39. Grayscale: #C2C2C2. Windows color (decimal): -3817274 or 13025477. OLE color: 13025477.
HSL color Cylindrical-coordinate representation of color #C5C0C6: hue angle of 290º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5C0C6 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 192 | 198 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.22 |
| HSL | 290º | 0.05% | 0.76% | - |
| HSV(B) | 290º | 0.03% | 0.78% | - |
| XYZ | 52.07 | 53.65 | 61.04 | - |
| YUV | 194.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 198 | 0.01 | 0.03 | 0 | 0.22 | 290 | 0.05 | 0.76 |
| Hex | C5 | C0 | C6 | 1 | 3 | 0 | 16 | 122 | 5 | 4C |
| Octal | 305 | 300 | 306 | 1 | 3 | 0 | 26 | 442 | 5 | 114 |
| Binary | 11000101 | 11000000 | 11000110 | 1 | 11 | 0 | 10110 | 100100010 | 101 | 1001100 |
Color Harmonies of #C5C0C6
Complementary color
Monochromatic Colors of #C5C0C6
Black with #C5C0C6
Text Example
Text Example
White with #C5C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0C6; }
p { color: rgb(197,192,198); }
H1.HeaderClassName
{
color: #C5C0C6;
}
.AnyTagClassName
{
color: #C5C0C6;
}
</style>
background-color css
<style>
a { background-color: #C5C0C6; }
a { background-color: rgb(197,192,198); }
div.DivClassName
{
background-color: #C5C0C6;
}
.BgClassName
{
background-color: #C5C0C6;
}
</style>
border-color css
<style>
span { border-color: #C5C0C6; }
span { border-color: rgb(197,192,198); }
td.TdClassName
{
border-color: #C5C0C6;
}
.TagClassName
{
border-color: #C5C0C6;
}
</style>