Shades of Prelude #C7B5CA
Tints of Prelude #C7B5CA
RGB
CMYK
RGB Variations
Color information
#C7B5CA (or 0xC7B5CA) is known color: Prelude. HEX triplet: C7, B5 and CA. RGB value is (199,181,202). Sum of RGB (Red+Green+Blue) = 199+181+202=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7B5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5CA is #384A35. Grayscale: #BCBCBC. Windows color (decimal): -3689014 or 13284807. OLE color: 13284807.
HSL color Cylindrical-coordinate representation of color #C7B5CA: hue angle of 291.43º 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 #C7B5CA is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 199 | 181 | 202 | - |
CMYK | 0.01 | 0.10 | 0 | 0.21 |
HSL | 291.43º | 0.17% | 0.75% | - |
HSV(B) | 291.43º | 0.1% | 0.79% | - |
XYZ | 50.74 | 49.45 | 62.75 | - |
YUV | 188.78 | 135.46 | 135.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 181 | 202 | 0.01 | 0.10 | 0 | 0.21 | 291.43 | 0.17 | 0.75 |
Hex | C7 | B5 | CA | 1 | A | 0 | 15 | 123 | 11 | 4B |
Octal | 307 | 265 | 312 | 1 | 12 | 0 | 25 | 443 | 21 | 113 |
Binary | 11000111 | 10110101 | 11001010 | 1 | 1010 | 0 | 10101 | 100100011 | 10001 | 1001011 |
Color Harmonies of #C7B5CA
Complementary color
Monochromatic Colors of #C7B5CA
Black with #C7B5CA
Text Example
Text Example
White with #C7B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B5CA; }
p { color: rgb(199,181,202); }
H1.HeaderClassName
{
color: #C7B5CA;
}
.AnyTagClassName
{
color: #C7B5CA;
}
</style>
background-color css
<style>
a { background-color: #C7B5CA; }
a { background-color: rgb(199,181,202); }
div.DivClassName
{
background-color: #C7B5CA;
}
.BgClassName
{
background-color: #C7B5CA;
}
</style>
border-color css
<style>
span { border-color: #C7B5CA; }
span { border-color: rgb(199,181,202); }
td.TdClassName
{
border-color: #C7B5CA;
}
.TagClassName
{
border-color: #C7B5CA;
}
</style>