Shades of Prelude #C1B0CC
Tints of Prelude #C1B0CC
RGB
CMYK
RGB Variations
Color information
#C1B0CC (or 0xC1B0CC) is known color: Prelude. HEX triplet: C1, B0 and CC. RGB value is (193,176,204). Sum of RGB (Red+Green+Blue) = 193+176+204=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0CC is #3E4F33. Grayscale: #B8B8B8. Windows color (decimal): -4083508 or 13414593. OLE color: 13414593.
HSL color Cylindrical-coordinate representation of color #C1B0CC: hue angle of 276.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1B0CC is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 176 | 204 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.2 |
| HSL | 276.43º | 0.22% | 0.75% | - |
| HSV(B) | 276.43º | 0.14% | 0.8% | - |
| XYZ | 48.42 | 46.75 | 63.6 | - |
| YUV | 184.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 204 | 0.05 | 0.14 | 0 | 0.2 | 276.43 | 0.22 | 0.75 |
| Hex | C1 | B0 | CC | 5 | E | 0 | 14 | 114 | 16 | 4B |
| Octal | 301 | 260 | 314 | 5 | 16 | 0 | 24 | 424 | 26 | 113 |
| Binary | 11000001 | 10110000 | 11001100 | 101 | 1110 | 0 | 10100 | 100010100 | 10110 | 1001011 |
Color Harmonies of #C1B0CC
Complementary color
Monochromatic Colors of #C1B0CC
Black with #C1B0CC
Text Example
Text Example
White with #C1B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B0CC; }
p { color: rgb(193,176,204); }
H1.HeaderClassName
{
color: #C1B0CC;
}
.AnyTagClassName
{
color: #C1B0CC;
}
</style>
background-color css
<style>
a { background-color: #C1B0CC; }
a { background-color: rgb(193,176,204); }
div.DivClassName
{
background-color: #C1B0CC;
}
.BgClassName
{
background-color: #C1B0CC;
}
</style>
border-color css
<style>
span { border-color: #C1B0CC; }
span { border-color: rgb(193,176,204); }
td.TdClassName
{
border-color: #C1B0CC;
}
.TagClassName
{
border-color: #C1B0CC;
}
</style>