Shades of Prelude #C6AACF
Tints of Prelude #C6AACF
RGB
CMYK
RGB Variations
Color information
#C6AACF (or 0xC6AACF) is known color: Prelude. HEX triplet: C6, AA and CF. RGB value is (198,170,207). Sum of RGB (Red+Green+Blue) = 198+170+207=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AACF is #395530. Grayscale: #B6B6B6. Windows color (decimal): -3757361 or 13609670. OLE color: 13609670.
HSL color Cylindrical-coordinate representation of color #C6AACF: hue angle of 285.41º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6AACF is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 170 | 207 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.19 |
| HSL | 285.41º | 0.28% | 0.74% | - |
| HSV(B) | 285.41º | 0.18% | 0.81% | - |
| XYZ | 48.93 | 45.26 | 65.19 | - |
| YUV | 182.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 207 | 0.04 | 0.18 | 0 | 0.19 | 285.41 | 0.28 | 0.74 |
| Hex | C6 | AA | CF | 4 | 12 | 0 | 13 | 11D | 1C | 4A |
| Octal | 306 | 252 | 317 | 4 | 22 | 0 | 23 | 435 | 34 | 112 |
| Binary | 11000110 | 10101010 | 11001111 | 100 | 10010 | 0 | 10011 | 100011101 | 11100 | 1001010 |
Color Harmonies of #C6AACF
Complementary color
Monochromatic Colors of #C6AACF
Black with #C6AACF
Text Example
Text Example
White with #C6AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AACF; }
p { color: rgb(198,170,207); }
H1.HeaderClassName
{
color: #C6AACF;
}
.AnyTagClassName
{
color: #C6AACF;
}
</style>
background-color css
<style>
a { background-color: #C6AACF; }
a { background-color: rgb(198,170,207); }
div.DivClassName
{
background-color: #C6AACF;
}
.BgClassName
{
background-color: #C6AACF;
}
</style>
border-color css
<style>
span { border-color: #C6AACF; }
span { border-color: rgb(198,170,207); }
td.TdClassName
{
border-color: #C6AACF;
}
.TagClassName
{
border-color: #C6AACF;
}
</style>