Shades of Prelude #C0B0CA
Tints of Prelude #C0B0CA
RGB
CMYK
RGB Variations
Color information
#C0B0CA (or 0xC0B0CA) is known color: Prelude. HEX triplet: C0, B0 and CA. RGB value is (192,176,202). Sum of RGB (Red+Green+Blue) = 192+176+202=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0CA is #3F4F35. Grayscale: #B7B7B7. Windows color (decimal): -4149046 or 13283520. OLE color: 13283520.
HSL color Cylindrical-coordinate representation of color #C0B0CA: hue angle of 276.92º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B0CA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 176 | 202 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.21 |
| HSL | 276.92º | 0.2% | 0.74% | - |
| HSV(B) | 276.92º | 0.13% | 0.79% | - |
| XYZ | 47.92 | 46.52 | 62.33 | - |
| YUV | 183.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 202 | 0.05 | 0.13 | 0 | 0.21 | 276.92 | 0.2 | 0.74 |
| Hex | C0 | B0 | CA | 5 | D | 0 | 15 | 115 | 14 | 4A |
| Octal | 300 | 260 | 312 | 5 | 15 | 0 | 25 | 425 | 24 | 112 |
| Binary | 11000000 | 10110000 | 11001010 | 101 | 1101 | 0 | 10101 | 100010101 | 10100 | 1001010 |
Color Harmonies of #C0B0CA
Complementary color
Monochromatic Colors of #C0B0CA
Black with #C0B0CA
Text Example
Text Example
White with #C0B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0CA; }
p { color: rgb(192,176,202); }
H1.HeaderClassName
{
color: #C0B0CA;
}
.AnyTagClassName
{
color: #C0B0CA;
}
</style>
background-color css
<style>
a { background-color: #C0B0CA; }
a { background-color: rgb(192,176,202); }
div.DivClassName
{
background-color: #C0B0CA;
}
.BgClassName
{
background-color: #C0B0CA;
}
</style>
border-color css
<style>
span { border-color: #C0B0CA; }
span { border-color: rgb(192,176,202); }
td.TdClassName
{
border-color: #C0B0CA;
}
.TagClassName
{
border-color: #C0B0CA;
}
</style>