Shades of Prelude #C7B2CA
Tints of Prelude #C7B2CA
RGB
CMYK
RGB Variations
Color information
#C7B2CA (or 0xC7B2CA) is known color: Prelude. HEX triplet: C7, B2 and CA. RGB value is (199,178,202). Sum of RGB (Red+Green+Blue) = 199+178+202=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2CA is #384D35. Grayscale: #BABABA. Windows color (decimal): -3689782 or 13284039. OLE color: 13284039.
HSL color Cylindrical-coordinate representation of color #C7B2CA: hue angle of 292.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7B2CA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 178 | 202 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.21 |
| HSL | 292.5º | 0.18% | 0.75% | - |
| HSV(B) | 292.5º | 0.12% | 0.79% | - |
| XYZ | 50.13 | 48.25 | 62.55 | - |
| YUV | 187.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 202 | 0.01 | 0.12 | 0 | 0.21 | 292.5 | 0.18 | 0.75 |
| Hex | C7 | B2 | CA | 1 | C | 0 | 15 | 124 | 12 | 4B |
| Octal | 307 | 262 | 312 | 1 | 14 | 0 | 25 | 444 | 22 | 113 |
| Binary | 11000111 | 10110010 | 11001010 | 1 | 1100 | 0 | 10101 | 100100100 | 10010 | 1001011 |
Color Harmonies of #C7B2CA
Complementary color
Monochromatic Colors of #C7B2CA
Black with #C7B2CA
Text Example
Text Example
White with #C7B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B2CA; }
p { color: rgb(199,178,202); }
H1.HeaderClassName
{
color: #C7B2CA;
}
.AnyTagClassName
{
color: #C7B2CA;
}
</style>
background-color css
<style>
a { background-color: #C7B2CA; }
a { background-color: rgb(199,178,202); }
div.DivClassName
{
background-color: #C7B2CA;
}
.BgClassName
{
background-color: #C7B2CA;
}
</style>
border-color css
<style>
span { border-color: #C7B2CA; }
span { border-color: rgb(199,178,202); }
td.TdClassName
{
border-color: #C7B2CA;
}
.TagClassName
{
border-color: #C7B2CA;
}
</style>