Shades of Prelude #C2B0CA
Tints of Prelude #C2B0CA
RGB
CMYK
RGB Variations
Color information
#C2B0CA (or 0xC2B0CA) is known color: Prelude. HEX triplet: C2, B0 and CA. RGB value is (194,176,202). Sum of RGB (Red+Green+Blue) = 194+176+202=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0CA is #3D4F35. Grayscale: #B8B8B8. Windows color (decimal): -4017974 or 13283522. OLE color: 13283522.
HSL color Cylindrical-coordinate representation of color #C2B0CA: hue angle of 281.54º 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 #C2B0CA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 176 | 202 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.21 |
| HSL | 281.54º | 0.2% | 0.74% | - |
| HSV(B) | 281.54º | 0.13% | 0.79% | - |
| XYZ | 48.43 | 46.78 | 62.35 | - |
| YUV | 184.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 202 | 0.04 | 0.13 | 0 | 0.21 | 281.54 | 0.2 | 0.74 |
| Hex | C2 | B0 | CA | 4 | D | 0 | 15 | 11A | 14 | 4A |
| Octal | 302 | 260 | 312 | 4 | 15 | 0 | 25 | 432 | 24 | 112 |
| Binary | 11000010 | 10110000 | 11001010 | 100 | 1101 | 0 | 10101 | 100011010 | 10100 | 1001010 |
Color Harmonies of #C2B0CA
Complementary color
Monochromatic Colors of #C2B0CA
Black with #C2B0CA
Text Example
Text Example
White with #C2B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0CA; }
p { color: rgb(194,176,202); }
H1.HeaderClassName
{
color: #C2B0CA;
}
.AnyTagClassName
{
color: #C2B0CA;
}
</style>
background-color css
<style>
a { background-color: #C2B0CA; }
a { background-color: rgb(194,176,202); }
div.DivClassName
{
background-color: #C2B0CA;
}
.BgClassName
{
background-color: #C2B0CA;
}
</style>
border-color css
<style>
span { border-color: #C2B0CA; }
span { border-color: rgb(194,176,202); }
td.TdClassName
{
border-color: #C2B0CA;
}
.TagClassName
{
border-color: #C2B0CA;
}
</style>