Shades of Prelude #C6B1CA
Tints of Prelude #C6B1CA
RGB
CMYK
RGB Variations
Color information
#C6B1CA (or 0xC6B1CA) is known color: Prelude. HEX triplet: C6, B1 and CA. RGB value is (198,177,202). Sum of RGB (Red+Green+Blue) = 198+177+202=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B1CA is #394E35. Grayscale: #BABABA. Windows color (decimal): -3755574 or 13283782. OLE color: 13283782.
HSL color Cylindrical-coordinate representation of color #C6B1CA: hue angle of 290.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 #C6B1CA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 177 | 202 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.21 |
| HSL | 290.4º | 0.19% | 0.74% | - |
| HSV(B) | 290.4º | 0.12% | 0.79% | - |
| XYZ | 49.67 | 47.71 | 62.47 | - |
| YUV | 186.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 202 | 0.02 | 0.12 | 0 | 0.21 | 290.4 | 0.19 | 0.74 |
| Hex | C6 | B1 | CA | 2 | C | 0 | 15 | 122 | 13 | 4A |
| Octal | 306 | 261 | 312 | 2 | 14 | 0 | 25 | 442 | 23 | 112 |
| Binary | 11000110 | 10110001 | 11001010 | 10 | 1100 | 0 | 10101 | 100100010 | 10011 | 1001010 |
Color Harmonies of #C6B1CA
Complementary color
Monochromatic Colors of #C6B1CA
Black with #C6B1CA
Text Example
Text Example
White with #C6B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B1CA; }
p { color: rgb(198,177,202); }
H1.HeaderClassName
{
color: #C6B1CA;
}
.AnyTagClassName
{
color: #C6B1CA;
}
</style>
background-color css
<style>
a { background-color: #C6B1CA; }
a { background-color: rgb(198,177,202); }
div.DivClassName
{
background-color: #C6B1CA;
}
.BgClassName
{
background-color: #C6B1CA;
}
</style>
border-color css
<style>
span { border-color: #C6B1CA; }
span { border-color: rgb(198,177,202); }
td.TdClassName
{
border-color: #C6B1CA;
}
.TagClassName
{
border-color: #C6B1CA;
}
</style>