Shades of Prelude #C3A9CB
Tints of Prelude #C3A9CB
RGB
CMYK
RGB Variations
Color information
#C3A9CB (or 0xC3A9CB) is known color: Prelude. HEX triplet: C3, A9 and CB. RGB value is (195,169,203). Sum of RGB (Red+Green+Blue) = 195+169+203=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9CB is #3C5634. Grayscale: #B4B4B4. Windows color (decimal): -3954229 or 13347267. OLE color: 13347267.
HSL color Cylindrical-coordinate representation of color #C3A9CB: hue angle of 285.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3A9CB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 169 | 203 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.20 |
| HSL | 285.88º | 0.25% | 0.73% | - |
| HSV(B) | 285.88º | 0.17% | 0.8% | - |
| XYZ | 47.47 | 44.29 | 62.55 | - |
| YUV | 180.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 203 | 0.04 | 0.17 | 0 | 0.20 | 285.88 | 0.25 | 0.73 |
| Hex | C3 | A9 | CB | 4 | 11 | 0 | 14 | 11E | 19 | 49 |
| Octal | 303 | 251 | 313 | 4 | 21 | 0 | 24 | 436 | 31 | 111 |
| Binary | 11000011 | 10101001 | 11001011 | 100 | 10001 | 0 | 10100 | 100011110 | 11001 | 1001001 |
Color Harmonies of #C3A9CB
Complementary color
Monochromatic Colors of #C3A9CB
Black with #C3A9CB
Text Example
Text Example
White with #C3A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A9CB; }
p { color: rgb(195,169,203); }
H1.HeaderClassName
{
color: #C3A9CB;
}
.AnyTagClassName
{
color: #C3A9CB;
}
</style>
background-color css
<style>
a { background-color: #C3A9CB; }
a { background-color: rgb(195,169,203); }
div.DivClassName
{
background-color: #C3A9CB;
}
.BgClassName
{
background-color: #C3A9CB;
}
</style>
border-color css
<style>
span { border-color: #C3A9CB; }
span { border-color: rgb(195,169,203); }
td.TdClassName
{
border-color: #C3A9CB;
}
.TagClassName
{
border-color: #C3A9CB;
}
</style>