Shades of Prelude #C2A7CF
Tints of Prelude #C2A7CF
RGB
CMYK
RGB Variations
Color information
#C2A7CF (or 0xC2A7CF) is known color: Prelude. HEX triplet: C2, A7 and CF. RGB value is (194,167,207). Sum of RGB (Red+Green+Blue) = 194+167+207=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2A7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7CF is #3D5830. Grayscale: #B3B3B3. Windows color (decimal): -4020273 or 13608898. OLE color: 13608898.
HSL color Cylindrical-coordinate representation of color #C2A7CF: hue angle of 280.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2A7CF is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 167 | 207 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.19 |
| HSL | 280.5º | 0.29% | 0.73% | - |
| HSV(B) | 280.5º | 0.19% | 0.81% | - |
| XYZ | 47.33 | 43.61 | 64.95 | - |
| YUV | 179.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 207 | 0.06 | 0.19 | 0 | 0.19 | 280.5 | 0.29 | 0.73 |
| Hex | C2 | A7 | CF | 6 | 13 | 0 | 13 | 118 | 1D | 49 |
| Octal | 302 | 247 | 317 | 6 | 23 | 0 | 23 | 430 | 35 | 111 |
| Binary | 11000010 | 10100111 | 11001111 | 110 | 10011 | 0 | 10011 | 100011000 | 11101 | 1001001 |
Color Harmonies of #C2A7CF
Complementary color
Monochromatic Colors of #C2A7CF
Black with #C2A7CF
Text Example
Text Example
White with #C2A7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7CF; }
p { color: rgb(194,167,207); }
H1.HeaderClassName
{
color: #C2A7CF;
}
.AnyTagClassName
{
color: #C2A7CF;
}
</style>
background-color css
<style>
a { background-color: #C2A7CF; }
a { background-color: rgb(194,167,207); }
div.DivClassName
{
background-color: #C2A7CF;
}
.BgClassName
{
background-color: #C2A7CF;
}
</style>
border-color css
<style>
span { border-color: #C2A7CF; }
span { border-color: rgb(194,167,207); }
td.TdClassName
{
border-color: #C2A7CF;
}
.TagClassName
{
border-color: #C2A7CF;
}
</style>