Shades of Prelude #C1B0CA
Tints of Prelude #C1B0CA
RGB
CMYK
RGB Variations
Color information
#C1B0CA (or 0xC1B0CA) is known color: Prelude. HEX triplet: C1, B0 and CA. RGB value is (193,176,202). Sum of RGB (Red+Green+Blue) = 193+176+202=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0CA is #3E4F35. Grayscale: #B7B7B7. Windows color (decimal): -4083510 or 13283521. OLE color: 13283521.
HSL color Cylindrical-coordinate representation of color #C1B0CA: hue angle of 279.23º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1B0CA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 176 | 202 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.21 |
| HSL | 279.23º | 0.2% | 0.74% | - |
| HSV(B) | 279.23º | 0.13% | 0.79% | - |
| XYZ | 48.18 | 46.65 | 62.34 | - |
| YUV | 184.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 202 | 0.04 | 0.13 | 0 | 0.21 | 279.23 | 0.2 | 0.74 |
| Hex | C1 | B0 | CA | 4 | D | 0 | 15 | 117 | 14 | 4A |
| Octal | 301 | 260 | 312 | 4 | 15 | 0 | 25 | 427 | 24 | 112 |
| Binary | 11000001 | 10110000 | 11001010 | 100 | 1101 | 0 | 10101 | 100010111 | 10100 | 1001010 |
Color Harmonies of #C1B0CA
Complementary color
Monochromatic Colors of #C1B0CA
Black with #C1B0CA
Text Example
Text Example
White with #C1B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B0CA; }
p { color: rgb(193,176,202); }
H1.HeaderClassName
{
color: #C1B0CA;
}
.AnyTagClassName
{
color: #C1B0CA;
}
</style>
background-color css
<style>
a { background-color: #C1B0CA; }
a { background-color: rgb(193,176,202); }
div.DivClassName
{
background-color: #C1B0CA;
}
.BgClassName
{
background-color: #C1B0CA;
}
</style>
border-color css
<style>
span { border-color: #C1B0CA; }
span { border-color: rgb(193,176,202); }
td.TdClassName
{
border-color: #C1B0CA;
}
.TagClassName
{
border-color: #C1B0CA;
}
</style>