Shades of Prelude #C4B4C8
Tints of Prelude #C4B4C8
RGB
CMYK
RGB Variations
Color information
#C4B4C8 (or 0xC4B4C8) is known color: Prelude. HEX triplet: C4, B4 and C8. RGB value is (196,180,200). Sum of RGB (Red+Green+Blue) = 196+180+200=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 200 - color contains mainly: blue. Hex color #C4B4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4C8 is #3B4B37. Grayscale: #BBBBBB. Windows color (decimal): -3885880 or 13153476. OLE color: 13153476.
HSL color Cylindrical-coordinate representation of color #C4B4C8: hue angle of 288º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4B4C8 is Cyan = 0.02, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 180 | 200 | - |
| CMYK | 0.02 | 0.1 | 0 | 0.22 |
| HSL | 288º | 0.15% | 0.75% | - |
| HSV(B) | 288º | 0.1% | 0.78% | - |
| XYZ | 49.51 | 48.55 | 61.4 | - |
| YUV | 187.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 200 | 0.02 | 0.1 | 0 | 0.22 | 288 | 0.15 | 0.75 |
| Hex | C4 | B4 | C8 | 2 | A | 0 | 16 | 120 | F | 4B |
| Octal | 304 | 264 | 310 | 2 | 12 | 0 | 26 | 440 | 17 | 113 |
| Binary | 11000100 | 10110100 | 11001000 | 10 | 1010 | 0 | 10110 | 100100000 | 1111 | 1001011 |
Color Harmonies of #C4B4C8
Complementary color
Monochromatic Colors of #C4B4C8
Black with #C4B4C8
Text Example
Text Example
White with #C4B4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B4C8; }
p { color: rgb(196,180,200); }
H1.HeaderClassName
{
color: #C4B4C8;
}
.AnyTagClassName
{
color: #C4B4C8;
}
</style>
background-color css
<style>
a { background-color: #C4B4C8; }
a { background-color: rgb(196,180,200); }
div.DivClassName
{
background-color: #C4B4C8;
}
.BgClassName
{
background-color: #C4B4C8;
}
</style>
border-color css
<style>
span { border-color: #C4B4C8; }
span { border-color: rgb(196,180,200); }
td.TdClassName
{
border-color: #C4B4C8;
}
.TagClassName
{
border-color: #C4B4C8;
}
</style>