Shades of Prelude #C3B2CB
Tints of Prelude #C3B2CB
RGB
CMYK
RGB Variations
Color information
#C3B2CB (or 0xC3B2CB) is known color: Prelude. HEX triplet: C3, B2 and CB. RGB value is (195,178,203). Sum of RGB (Red+Green+Blue) = 195+178+203=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3B2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2CB is #3C4D34. Grayscale: #B9B9B9. Windows color (decimal): -3951925 or 13349571. OLE color: 13349571.
HSL color Cylindrical-coordinate representation of color #C3B2CB: hue angle of 280.8º 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 #C3B2CB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 178 | 203 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.20 |
| HSL | 280.8º | 0.19% | 0.75% | - |
| HSV(B) | 280.8º | 0.12% | 0.8% | - |
| XYZ | 49.21 | 47.75 | 63.12 | - |
| YUV | 185.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 203 | 0.04 | 0.12 | 0 | 0.20 | 280.8 | 0.19 | 0.75 |
| Hex | C3 | B2 | CB | 4 | C | 0 | 14 | 119 | 13 | 4B |
| Octal | 303 | 262 | 313 | 4 | 14 | 0 | 24 | 431 | 23 | 113 |
| Binary | 11000011 | 10110010 | 11001011 | 100 | 1100 | 0 | 10100 | 100011001 | 10011 | 1001011 |
Color Harmonies of #C3B2CB
Complementary color
Monochromatic Colors of #C3B2CB
Black with #C3B2CB
Text Example
Text Example
White with #C3B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B2CB; }
p { color: rgb(195,178,203); }
H1.HeaderClassName
{
color: #C3B2CB;
}
.AnyTagClassName
{
color: #C3B2CB;
}
</style>
background-color css
<style>
a { background-color: #C3B2CB; }
a { background-color: rgb(195,178,203); }
div.DivClassName
{
background-color: #C3B2CB;
}
.BgClassName
{
background-color: #C3B2CB;
}
</style>
border-color css
<style>
span { border-color: #C3B2CB; }
span { border-color: rgb(195,178,203); }
td.TdClassName
{
border-color: #C3B2CB;
}
.TagClassName
{
border-color: #C3B2CB;
}
</style>