Shades of Prelude #C6B0CA
Tints of Prelude #C6B0CA
RGB
CMYK
RGB Variations
Color information
#C6B0CA (or 0xC6B0CA) is known color: Prelude. HEX triplet: C6, B0 and CA. RGB value is (198,176,202). Sum of RGB (Red+Green+Blue) = 198+176+202=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0CA is #394F35. Grayscale: #B9B9B9. Windows color (decimal): -3755830 or 13283526. OLE color: 13283526.
HSL color Cylindrical-coordinate representation of color #C6B0CA: hue angle of 290.77º 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 #C6B0CA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 176 | 202 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.21 |
| HSL | 290.77º | 0.2% | 0.74% | - |
| HSV(B) | 290.77º | 0.13% | 0.79% | - |
| XYZ | 49.47 | 47.32 | 62.4 | - |
| YUV | 185.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 202 | 0.02 | 0.13 | 0 | 0.21 | 290.77 | 0.2 | 0.74 |
| Hex | C6 | B0 | CA | 2 | D | 0 | 15 | 123 | 14 | 4A |
| Octal | 306 | 260 | 312 | 2 | 15 | 0 | 25 | 443 | 24 | 112 |
| Binary | 11000110 | 10110000 | 11001010 | 10 | 1101 | 0 | 10101 | 100100011 | 10100 | 1001010 |
Color Harmonies of #C6B0CA
Complementary color
Monochromatic Colors of #C6B0CA
Black with #C6B0CA
Text Example
Text Example
White with #C6B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B0CA; }
p { color: rgb(198,176,202); }
H1.HeaderClassName
{
color: #C6B0CA;
}
.AnyTagClassName
{
color: #C6B0CA;
}
</style>
background-color css
<style>
a { background-color: #C6B0CA; }
a { background-color: rgb(198,176,202); }
div.DivClassName
{
background-color: #C6B0CA;
}
.BgClassName
{
background-color: #C6B0CA;
}
</style>
border-color css
<style>
span { border-color: #C6B0CA; }
span { border-color: rgb(198,176,202); }
td.TdClassName
{
border-color: #C6B0CA;
}
.TagClassName
{
border-color: #C6B0CA;
}
</style>