Shades of Prelude #C7A9CF
Tints of Prelude #C7A9CF
RGB
CMYK
RGB Variations
Color information
#C7A9CF (or 0xC7A9CF) is known color: Prelude. HEX triplet: C7, A9 and CF. RGB value is (199,169,207). Sum of RGB (Red+Green+Blue) = 199+169+207=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 169 (66.41% from 255 or 29.39% 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 #C7A9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9CF is #385630. Grayscale: #B6B6B6. Windows color (decimal): -3692081 or 13609415. OLE color: 13609415.
HSL color Cylindrical-coordinate representation of color #C7A9CF: hue angle of 287.37º 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 #C7A9CF is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 169 | 207 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.19 |
| HSL | 287.37º | 0.28% | 0.74% | - |
| HSV(B) | 287.37º | 0.18% | 0.81% | - |
| XYZ | 49 | 45.02 | 65.14 | - |
| YUV | 182.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 207 | 0.04 | 0.18 | 0 | 0.19 | 287.37 | 0.28 | 0.74 |
| Hex | C7 | A9 | CF | 4 | 12 | 0 | 13 | 11F | 1C | 4A |
| Octal | 307 | 251 | 317 | 4 | 22 | 0 | 23 | 437 | 34 | 112 |
| Binary | 11000111 | 10101001 | 11001111 | 100 | 10010 | 0 | 10011 | 100011111 | 11100 | 1001010 |
Color Harmonies of #C7A9CF
Complementary color
Monochromatic Colors of #C7A9CF
Black with #C7A9CF
Text Example
Text Example
White with #C7A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A9CF; }
p { color: rgb(199,169,207); }
H1.HeaderClassName
{
color: #C7A9CF;
}
.AnyTagClassName
{
color: #C7A9CF;
}
</style>
background-color css
<style>
a { background-color: #C7A9CF; }
a { background-color: rgb(199,169,207); }
div.DivClassName
{
background-color: #C7A9CF;
}
.BgClassName
{
background-color: #C7A9CF;
}
</style>
border-color css
<style>
span { border-color: #C7A9CF; }
span { border-color: rgb(199,169,207); }
td.TdClassName
{
border-color: #C7A9CF;
}
.TagClassName
{
border-color: #C7A9CF;
}
</style>