Shades of Prelude #C3B5CB
Tints of Prelude #C3B5CB
RGB
CMYK
RGB Variations
Color information
#C3B5CB (or 0xC3B5CB) is known color: Prelude. HEX triplet: C3, B5 and CB. RGB value is (195,181,203). Sum of RGB (Red+Green+Blue) = 195+181+203=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3B5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5CB is #3C4A34. Grayscale: #BBBBBB. Windows color (decimal): -3951157 or 13350339. OLE color: 13350339.
HSL color Cylindrical-coordinate representation of color #C3B5CB: hue angle of 278.18º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3B5CB is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 181 | 203 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.20 |
| HSL | 278.18º | 0.17% | 0.75% | - |
| HSV(B) | 278.18º | 0.11% | 0.8% | - |
| XYZ | 49.81 | 48.96 | 63.33 | - |
| YUV | 187.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 203 | 0.04 | 0.11 | 0 | 0.20 | 278.18 | 0.17 | 0.75 |
| Hex | C3 | B5 | CB | 4 | B | 0 | 14 | 116 | 11 | 4B |
| Octal | 303 | 265 | 313 | 4 | 13 | 0 | 24 | 426 | 21 | 113 |
| Binary | 11000011 | 10110101 | 11001011 | 100 | 1011 | 0 | 10100 | 100010110 | 10001 | 1001011 |
Color Harmonies of #C3B5CB
Complementary color
Monochromatic Colors of #C3B5CB
Black with #C3B5CB
Text Example
Text Example
White with #C3B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B5CB; }
p { color: rgb(195,181,203); }
H1.HeaderClassName
{
color: #C3B5CB;
}
.AnyTagClassName
{
color: #C3B5CB;
}
</style>
background-color css
<style>
a { background-color: #C3B5CB; }
a { background-color: rgb(195,181,203); }
div.DivClassName
{
background-color: #C3B5CB;
}
.BgClassName
{
background-color: #C3B5CB;
}
</style>
border-color css
<style>
span { border-color: #C3B5CB; }
span { border-color: rgb(195,181,203); }
td.TdClassName
{
border-color: #C3B5CB;
}
.TagClassName
{
border-color: #C3B5CB;
}
</style>