Shades of Prelude #C6B2C9
Tints of Prelude #C6B2C9
RGB
CMYK
RGB Variations
Color information
#C6B2C9 (or 0xC6B2C9) is known color: Prelude. HEX triplet: C6, B2 and C9. RGB value is (198,178,201). Sum of RGB (Red+Green+Blue) = 198+178+201=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 201 - color contains mainly: blue. Hex color #C6B2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B2C9 is #394D36. Grayscale: #BABABA. Windows color (decimal): -3755319 or 13218502. OLE color: 13218502.
HSL color Cylindrical-coordinate representation of color #C6B2C9: hue angle of 292.17º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6B2C9 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 178 | 201 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.21 |
| HSL | 292.17º | 0.18% | 0.74% | - |
| HSV(B) | 292.17º | 0.11% | 0.79% | - |
| XYZ | 49.75 | 48.06 | 61.91 | - |
| YUV | 186.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 201 | 0.01 | 0.11 | 0 | 0.21 | 292.17 | 0.18 | 0.74 |
| Hex | C6 | B2 | C9 | 1 | B | 0 | 15 | 124 | 12 | 4A |
| Octal | 306 | 262 | 311 | 1 | 13 | 0 | 25 | 444 | 22 | 112 |
| Binary | 11000110 | 10110010 | 11001001 | 1 | 1011 | 0 | 10101 | 100100100 | 10010 | 1001010 |
Color Harmonies of #C6B2C9
Complementary color
Monochromatic Colors of #C6B2C9
Black with #C6B2C9
Text Example
Text Example
White with #C6B2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B2C9; }
p { color: rgb(198,178,201); }
H1.HeaderClassName
{
color: #C6B2C9;
}
.AnyTagClassName
{
color: #C6B2C9;
}
</style>
background-color css
<style>
a { background-color: #C6B2C9; }
a { background-color: rgb(198,178,201); }
div.DivClassName
{
background-color: #C6B2C9;
}
.BgClassName
{
background-color: #C6B2C9;
}
</style>
border-color css
<style>
span { border-color: #C6B2C9; }
span { border-color: rgb(198,178,201); }
td.TdClassName
{
border-color: #C6B2C9;
}
.TagClassName
{
border-color: #C6B2C9;
}
</style>