Shades of Prelude #C5B5CA
Tints of Prelude #C5B5CA
RGB
CMYK
RGB Variations
Color information
#C5B5CA (or 0xC5B5CA) is known color: Prelude. HEX triplet: C5, B5 and CA. RGB value is (197,181,202). Sum of RGB (Red+Green+Blue) = 197+181+202=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5B5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5CA is #3A4A35. Grayscale: #BCBCBC. Windows color (decimal): -3820086 or 13284805. OLE color: 13284805.
HSL color Cylindrical-coordinate representation of color #C5B5CA: hue angle of 285.71º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B5CA is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 181 | 202 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.21 |
| HSL | 285.71º | 0.17% | 0.75% | - |
| HSV(B) | 285.71º | 0.1% | 0.79% | - |
| XYZ | 50.21 | 49.18 | 62.72 | - |
| YUV | 188.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 202 | 0.02 | 0.10 | 0 | 0.21 | 285.71 | 0.17 | 0.75 |
| Hex | C5 | B5 | CA | 2 | A | 0 | 15 | 11E | 11 | 4B |
| Octal | 305 | 265 | 312 | 2 | 12 | 0 | 25 | 436 | 21 | 113 |
| Binary | 11000101 | 10110101 | 11001010 | 10 | 1010 | 0 | 10101 | 100011110 | 10001 | 1001011 |
Color Harmonies of #C5B5CA
Complementary color
Monochromatic Colors of #C5B5CA
Black with #C5B5CA
Text Example
Text Example
White with #C5B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5CA; }
p { color: rgb(197,181,202); }
H1.HeaderClassName
{
color: #C5B5CA;
}
.AnyTagClassName
{
color: #C5B5CA;
}
</style>
background-color css
<style>
a { background-color: #C5B5CA; }
a { background-color: rgb(197,181,202); }
div.DivClassName
{
background-color: #C5B5CA;
}
.BgClassName
{
background-color: #C5B5CA;
}
</style>
border-color css
<style>
span { border-color: #C5B5CA; }
span { border-color: rgb(197,181,202); }
td.TdClassName
{
border-color: #C5B5CA;
}
.TagClassName
{
border-color: #C5B5CA;
}
</style>