Shades of Prelude #C7AACF
Tints of Prelude #C7AACF
RGB
CMYK
RGB Variations
Color information
#C7AACF (or 0xC7AACF) is known color: Prelude. HEX triplet: C7, AA and CF. RGB value is (199,170,207). Sum of RGB (Red+Green+Blue) = 199+170+207=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AACF is #385530. Grayscale: #B6B6B6. Windows color (decimal): -3691825 or 13609671. OLE color: 13609671.
HSL color Cylindrical-coordinate representation of color #C7AACF: hue angle of 287.03º 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 #C7AACF is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 170 | 207 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.19 |
| HSL | 287.03º | 0.28% | 0.74% | - |
| HSV(B) | 287.03º | 0.18% | 0.81% | - |
| XYZ | 49.19 | 45.4 | 65.2 | - |
| YUV | 182.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 207 | 0.04 | 0.18 | 0 | 0.19 | 287.03 | 0.28 | 0.74 |
| Hex | C7 | AA | CF | 4 | 12 | 0 | 13 | 11F | 1C | 4A |
| Octal | 307 | 252 | 317 | 4 | 22 | 0 | 23 | 437 | 34 | 112 |
| Binary | 11000111 | 10101010 | 11001111 | 100 | 10010 | 0 | 10011 | 100011111 | 11100 | 1001010 |
Color Harmonies of #C7AACF
Complementary color
Monochromatic Colors of #C7AACF
Black with #C7AACF
Text Example
Text Example
White with #C7AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AACF; }
p { color: rgb(199,170,207); }
H1.HeaderClassName
{
color: #C7AACF;
}
.AnyTagClassName
{
color: #C7AACF;
}
</style>
background-color css
<style>
a { background-color: #C7AACF; }
a { background-color: rgb(199,170,207); }
div.DivClassName
{
background-color: #C7AACF;
}
.BgClassName
{
background-color: #C7AACF;
}
</style>
border-color css
<style>
span { border-color: #C7AACF; }
span { border-color: rgb(199,170,207); }
td.TdClassName
{
border-color: #C7AACF;
}
.TagClassName
{
border-color: #C7AACF;
}
</style>