Shades of Prelude #C3AACC
Tints of Prelude #C3AACC
RGB
CMYK
RGB Variations
Color information
#C3AACC (or 0xC3AACC) is known color: Prelude. HEX triplet: C3, AA and CC. RGB value is (195,170,204). Sum of RGB (Red+Green+Blue) = 195+170+204=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AACC is #3C5533. Grayscale: #B5B5B5. Windows color (decimal): -3953972 or 13413059. OLE color: 13413059.
HSL color Cylindrical-coordinate representation of color #C3AACC: hue angle of 284.12º 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 #C3AACC is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 170 | 204 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.2 |
| HSL | 284.12º | 0.25% | 0.73% | - |
| HSV(B) | 284.12º | 0.17% | 0.8% | - |
| XYZ | 47.78 | 44.71 | 63.24 | - |
| YUV | 181.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 204 | 0.04 | 0.17 | 0 | 0.2 | 284.12 | 0.25 | 0.73 |
| Hex | C3 | AA | CC | 4 | 11 | 0 | 14 | 11C | 19 | 49 |
| Octal | 303 | 252 | 314 | 4 | 21 | 0 | 24 | 434 | 31 | 111 |
| Binary | 11000011 | 10101010 | 11001100 | 100 | 10001 | 0 | 10100 | 100011100 | 11001 | 1001001 |
Color Harmonies of #C3AACC
Complementary color
Monochromatic Colors of #C3AACC
Black with #C3AACC
Text Example
Text Example
White with #C3AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AACC; }
p { color: rgb(195,170,204); }
H1.HeaderClassName
{
color: #C3AACC;
}
.AnyTagClassName
{
color: #C3AACC;
}
</style>
background-color css
<style>
a { background-color: #C3AACC; }
a { background-color: rgb(195,170,204); }
div.DivClassName
{
background-color: #C3AACC;
}
.BgClassName
{
background-color: #C3AACC;
}
</style>
border-color css
<style>
span { border-color: #C3AACC; }
span { border-color: rgb(195,170,204); }
td.TdClassName
{
border-color: #C3AACC;
}
.TagClassName
{
border-color: #C3AACC;
}
</style>