Shades of Prelude #C4B1CA
Tints of Prelude #C4B1CA
RGB
CMYK
RGB Variations
Color information
#C4B1CA (or 0xC4B1CA) is known color: Prelude. HEX triplet: C4, B1 and CA. RGB value is (196,177,202). Sum of RGB (Red+Green+Blue) = 196+177+202=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1CA is #3B4E35. Grayscale: #B9B9B9. Windows color (decimal): -3886646 or 13283780. OLE color: 13283780.
HSL color Cylindrical-coordinate representation of color #C4B1CA: hue angle of 285.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4B1CA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 177 | 202 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.21 |
| HSL | 285.6º | 0.19% | 0.74% | - |
| HSV(B) | 285.6º | 0.12% | 0.79% | - |
| XYZ | 49.15 | 47.44 | 62.44 | - |
| YUV | 185.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 202 | 0.03 | 0.12 | 0 | 0.21 | 285.6 | 0.19 | 0.74 |
| Hex | C4 | B1 | CA | 3 | C | 0 | 15 | 11E | 13 | 4A |
| Octal | 304 | 261 | 312 | 3 | 14 | 0 | 25 | 436 | 23 | 112 |
| Binary | 11000100 | 10110001 | 11001010 | 11 | 1100 | 0 | 10101 | 100011110 | 10011 | 1001010 |
Color Harmonies of #C4B1CA
Complementary color
Monochromatic Colors of #C4B1CA
Black with #C4B1CA
Text Example
Text Example
White with #C4B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B1CA; }
p { color: rgb(196,177,202); }
H1.HeaderClassName
{
color: #C4B1CA;
}
.AnyTagClassName
{
color: #C4B1CA;
}
</style>
background-color css
<style>
a { background-color: #C4B1CA; }
a { background-color: rgb(196,177,202); }
div.DivClassName
{
background-color: #C4B1CA;
}
.BgClassName
{
background-color: #C4B1CA;
}
</style>
border-color css
<style>
span { border-color: #C4B1CA; }
span { border-color: rgb(196,177,202); }
td.TdClassName
{
border-color: #C4B1CA;
}
.TagClassName
{
border-color: #C4B1CA;
}
</style>