Shades of Prelude #C4B0CE
Tints of Prelude #C4B0CE
RGB
CMYK
RGB Variations
Color information
#C4B0CE (or 0xC4B0CE) is known color: Prelude. HEX triplet: C4, B0 and CE. RGB value is (196,176,206). Sum of RGB (Red+Green+Blue) = 196+176+206=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0CE is #3B4F31. Grayscale: #B9B9B9. Windows color (decimal): -3886898 or 13545668. OLE color: 13545668.
HSL color Cylindrical-coordinate representation of color #C4B0CE: hue angle of 280º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4B0CE is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 176 | 206 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.19 |
| HSL | 280º | 0.23% | 0.75% | - |
| HSV(B) | 280º | 0.15% | 0.81% | - |
| XYZ | 49.43 | 47.24 | 64.91 | - |
| YUV | 185.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 206 | 0.05 | 0.15 | 0 | 0.19 | 280 | 0.23 | 0.75 |
| Hex | C4 | B0 | CE | 5 | F | 0 | 13 | 118 | 17 | 4B |
| Octal | 304 | 260 | 316 | 5 | 17 | 0 | 23 | 430 | 27 | 113 |
| Binary | 11000100 | 10110000 | 11001110 | 101 | 1111 | 0 | 10011 | 100011000 | 10111 | 1001011 |
Color Harmonies of #C4B0CE
Complementary color
Monochromatic Colors of #C4B0CE
Black with #C4B0CE
Text Example
Text Example
White with #C4B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0CE; }
p { color: rgb(196,176,206); }
H1.HeaderClassName
{
color: #C4B0CE;
}
.AnyTagClassName
{
color: #C4B0CE;
}
</style>
background-color css
<style>
a { background-color: #C4B0CE; }
a { background-color: rgb(196,176,206); }
div.DivClassName
{
background-color: #C4B0CE;
}
.BgClassName
{
background-color: #C4B0CE;
}
</style>
border-color css
<style>
span { border-color: #C4B0CE; }
span { border-color: rgb(196,176,206); }
td.TdClassName
{
border-color: #C4B0CE;
}
.TagClassName
{
border-color: #C4B0CE;
}
</style>