Shades of Prelude #C3B2CA
Tints of Prelude #C3B2CA
RGB
CMYK
RGB Variations
Color information
#C3B2CA (or 0xC3B2CA) is known color: Prelude. HEX triplet: C3, B2 and CA. RGB value is (195,178,202). Sum of RGB (Red+Green+Blue) = 195+178+202=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2CA is #3C4D35. Grayscale: #B9B9B9. Windows color (decimal): -3951926 or 13284035. OLE color: 13284035.
HSL color Cylindrical-coordinate representation of color #C3B2CA: hue angle of 282.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3B2CA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 178 | 202 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.21 |
| HSL | 282.5º | 0.18% | 0.75% | - |
| HSV(B) | 282.5º | 0.12% | 0.79% | - |
| XYZ | 49.09 | 47.71 | 62.5 | - |
| YUV | 185.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 202 | 0.03 | 0.12 | 0 | 0.21 | 282.5 | 0.18 | 0.75 |
| Hex | C3 | B2 | CA | 3 | C | 0 | 15 | 11A | 12 | 4B |
| Octal | 303 | 262 | 312 | 3 | 14 | 0 | 25 | 432 | 22 | 113 |
| Binary | 11000011 | 10110010 | 11001010 | 11 | 1100 | 0 | 10101 | 100011010 | 10010 | 1001011 |
Color Harmonies of #C3B2CA
Complementary color
Monochromatic Colors of #C3B2CA
Black with #C3B2CA
Text Example
Text Example
White with #C3B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B2CA; }
p { color: rgb(195,178,202); }
H1.HeaderClassName
{
color: #C3B2CA;
}
.AnyTagClassName
{
color: #C3B2CA;
}
</style>
background-color css
<style>
a { background-color: #C3B2CA; }
a { background-color: rgb(195,178,202); }
div.DivClassName
{
background-color: #C3B2CA;
}
.BgClassName
{
background-color: #C3B2CA;
}
</style>
border-color css
<style>
span { border-color: #C3B2CA; }
span { border-color: rgb(195,178,202); }
td.TdClassName
{
border-color: #C3B2CA;
}
.TagClassName
{
border-color: #C3B2CA;
}
</style>