Shades of Prelude #C0B0C9
Tints of Prelude #C0B0C9
RGB
CMYK
RGB Variations
Color information
#C0B0C9 (or 0xC0B0C9) is known color: Prelude. HEX triplet: C0, B0 and C9. RGB value is (192,176,201). Sum of RGB (Red+Green+Blue) = 192+176+201=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0C9 is #3F4F36. Grayscale: #B7B7B7. Windows color (decimal): -4149047 or 13217984. OLE color: 13217984.
HSL color Cylindrical-coordinate representation of color #C0B0C9: hue angle of 278.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0B0C9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 176 | 201 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.21 |
| HSL | 278.4º | 0.19% | 0.74% | - |
| HSV(B) | 278.4º | 0.12% | 0.79% | - |
| XYZ | 47.81 | 46.47 | 61.71 | - |
| YUV | 183.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 201 | 0.04 | 0.12 | 0 | 0.21 | 278.4 | 0.19 | 0.74 |
| Hex | C0 | B0 | C9 | 4 | C | 0 | 15 | 116 | 13 | 4A |
| Octal | 300 | 260 | 311 | 4 | 14 | 0 | 25 | 426 | 23 | 112 |
| Binary | 11000000 | 10110000 | 11001001 | 100 | 1100 | 0 | 10101 | 100010110 | 10011 | 1001010 |
Color Harmonies of #C0B0C9
Complementary color
Monochromatic Colors of #C0B0C9
Black with #C0B0C9
Text Example
Text Example
White with #C0B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0C9; }
p { color: rgb(192,176,201); }
H1.HeaderClassName
{
color: #C0B0C9;
}
.AnyTagClassName
{
color: #C0B0C9;
}
</style>
background-color css
<style>
a { background-color: #C0B0C9; }
a { background-color: rgb(192,176,201); }
div.DivClassName
{
background-color: #C0B0C9;
}
.BgClassName
{
background-color: #C0B0C9;
}
</style>
border-color css
<style>
span { border-color: #C0B0C9; }
span { border-color: rgb(192,176,201); }
td.TdClassName
{
border-color: #C0B0C9;
}
.TagClassName
{
border-color: #C0B0C9;
}
</style>