Shades of Prelude #C2B2CB
Tints of Prelude #C2B2CB
RGB
CMYK
RGB Variations
Color information
#C2B2CB (or 0xC2B2CB) is known color: Prelude. HEX triplet: C2, B2 and CB. RGB value is (194,178,203). Sum of RGB (Red+Green+Blue) = 194+178+203=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2B2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2CB is #3D4D34. Grayscale: #B9B9B9. Windows color (decimal): -4017461 or 13349570. OLE color: 13349570.
HSL color Cylindrical-coordinate representation of color #C2B2CB: hue angle of 278.4º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B2CB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 178 | 203 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.20 |
| HSL | 278.4º | 0.19% | 0.75% | - |
| HSV(B) | 278.4º | 0.12% | 0.8% | - |
| XYZ | 48.95 | 47.62 | 63.11 | - |
| YUV | 185.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 203 | 0.04 | 0.12 | 0 | 0.20 | 278.4 | 0.19 | 0.75 |
| Hex | C2 | B2 | CB | 4 | C | 0 | 14 | 116 | 13 | 4B |
| Octal | 302 | 262 | 313 | 4 | 14 | 0 | 24 | 426 | 23 | 113 |
| Binary | 11000010 | 10110010 | 11001011 | 100 | 1100 | 0 | 10100 | 100010110 | 10011 | 1001011 |
Color Harmonies of #C2B2CB
Complementary color
Monochromatic Colors of #C2B2CB
Black with #C2B2CB
Text Example
Text Example
White with #C2B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2CB; }
p { color: rgb(194,178,203); }
H1.HeaderClassName
{
color: #C2B2CB;
}
.AnyTagClassName
{
color: #C2B2CB;
}
</style>
background-color css
<style>
a { background-color: #C2B2CB; }
a { background-color: rgb(194,178,203); }
div.DivClassName
{
background-color: #C2B2CB;
}
.BgClassName
{
background-color: #C2B2CB;
}
</style>
border-color css
<style>
span { border-color: #C2B2CB; }
span { border-color: rgb(194,178,203); }
td.TdClassName
{
border-color: #C2B2CB;
}
.TagClassName
{
border-color: #C2B2CB;
}
</style>