Shades of Prelude #C0B0C6
Tints of Prelude #C0B0C6
RGB
CMYK
RGB Variations
Color information
#C0B0C6 (or 0xC0B0C6) is known color: Prelude. HEX triplet: C0, B0 and C6. RGB value is (192,176,198). Sum of RGB (Red+Green+Blue) = 192+176+198=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0B0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0C6 is #3F4F39. Grayscale: #B7B7B7. Windows color (decimal): -4149050 or 13021376. OLE color: 13021376.
HSL color Cylindrical-coordinate representation of color #C0B0C6: hue angle of 283.64º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0B0C6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 176 | 198 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.22 |
| HSL | 283.64º | 0.16% | 0.73% | - |
| HSV(B) | 283.64º | 0.11% | 0.78% | - |
| XYZ | 47.46 | 46.33 | 59.87 | - |
| YUV | 183.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 198 | 0.03 | 0.11 | 0 | 0.22 | 283.64 | 0.16 | 0.73 |
| Hex | C0 | B0 | C6 | 3 | B | 0 | 16 | 11C | 10 | 49 |
| Octal | 300 | 260 | 306 | 3 | 13 | 0 | 26 | 434 | 20 | 111 |
| Binary | 11000000 | 10110000 | 11000110 | 11 | 1011 | 0 | 10110 | 100011100 | 10000 | 1001001 |
Color Harmonies of #C0B0C6
Complementary color
Monochromatic Colors of #C0B0C6
Black with #C0B0C6
Text Example
Text Example
White with #C0B0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0C6; }
p { color: rgb(192,176,198); }
H1.HeaderClassName
{
color: #C0B0C6;
}
.AnyTagClassName
{
color: #C0B0C6;
}
</style>
background-color css
<style>
a { background-color: #C0B0C6; }
a { background-color: rgb(192,176,198); }
div.DivClassName
{
background-color: #C0B0C6;
}
.BgClassName
{
background-color: #C0B0C6;
}
</style>
border-color css
<style>
span { border-color: #C0B0C6; }
span { border-color: rgb(192,176,198); }
td.TdClassName
{
border-color: #C0B0C6;
}
.TagClassName
{
border-color: #C0B0C6;
}
</style>