Shades of Prelude #C3B6CB
Tints of Prelude #C3B6CB
RGB
CMYK
RGB Variations
Color information
#C3B6CB (or 0xC3B6CB) is known color: Prelude. HEX triplet: C3, B6 and CB. RGB value is (195,182,203). Sum of RGB (Red+Green+Blue) = 195+182+203=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6CB is #3C4934. Grayscale: #BCBCBC. Windows color (decimal): -3950901 or 13350595. OLE color: 13350595.
HSL color Cylindrical-coordinate representation of color #C3B6CB: hue angle of 277.14º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B6CB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 182 | 203 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.20 |
| HSL | 277.14º | 0.17% | 0.75% | - |
| HSV(B) | 277.14º | 0.1% | 0.8% | - |
| XYZ | 50.01 | 49.37 | 63.39 | - |
| YUV | 188.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 203 | 0.04 | 0.10 | 0 | 0.20 | 277.14 | 0.17 | 0.75 |
| Hex | C3 | B6 | CB | 4 | A | 0 | 14 | 115 | 11 | 4B |
| Octal | 303 | 266 | 313 | 4 | 12 | 0 | 24 | 425 | 21 | 113 |
| Binary | 11000011 | 10110110 | 11001011 | 100 | 1010 | 0 | 10100 | 100010101 | 10001 | 1001011 |
Color Harmonies of #C3B6CB
Complementary color
Monochromatic Colors of #C3B6CB
Black with #C3B6CB
Text Example
Text Example
White with #C3B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B6CB; }
p { color: rgb(195,182,203); }
H1.HeaderClassName
{
color: #C3B6CB;
}
.AnyTagClassName
{
color: #C3B6CB;
}
</style>
background-color css
<style>
a { background-color: #C3B6CB; }
a { background-color: rgb(195,182,203); }
div.DivClassName
{
background-color: #C3B6CB;
}
.BgClassName
{
background-color: #C3B6CB;
}
</style>
border-color css
<style>
span { border-color: #C3B6CB; }
span { border-color: rgb(195,182,203); }
td.TdClassName
{
border-color: #C3B6CB;
}
.TagClassName
{
border-color: #C3B6CB;
}
</style>