Shades of Prelude #C3ACCC
Tints of Prelude #C3ACCC
RGB
CMYK
RGB Variations
Color information
#C3ACCC (or 0xC3ACCC) is known color: Prelude. HEX triplet: C3, AC and CC. RGB value is (195,172,204). Sum of RGB (Red+Green+Blue) = 195+172+204=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACCC is #3C5333. Grayscale: #B6B6B6. Windows color (decimal): -3953460 or 13413571. OLE color: 13413571.
HSL color Cylindrical-coordinate representation of color #C3ACCC: hue angle of 283.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3ACCC is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 172 | 204 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.2 |
| HSL | 283.13º | 0.24% | 0.74% | - |
| HSV(B) | 283.13º | 0.16% | 0.8% | - |
| XYZ | 48.16 | 45.47 | 63.36 | - |
| YUV | 182.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 204 | 0.04 | 0.16 | 0 | 0.2 | 283.13 | 0.24 | 0.74 |
| Hex | C3 | AC | CC | 4 | 10 | 0 | 14 | 11B | 18 | 4A |
| Octal | 303 | 254 | 314 | 4 | 20 | 0 | 24 | 433 | 30 | 112 |
| Binary | 11000011 | 10101100 | 11001100 | 100 | 10000 | 0 | 10100 | 100011011 | 11000 | 1001010 |
Color Harmonies of #C3ACCC
Complementary color
Monochromatic Colors of #C3ACCC
Black with #C3ACCC
Text Example
Text Example
White with #C3ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACCC; }
p { color: rgb(195,172,204); }
H1.HeaderClassName
{
color: #C3ACCC;
}
.AnyTagClassName
{
color: #C3ACCC;
}
</style>
background-color css
<style>
a { background-color: #C3ACCC; }
a { background-color: rgb(195,172,204); }
div.DivClassName
{
background-color: #C3ACCC;
}
.BgClassName
{
background-color: #C3ACCC;
}
</style>
border-color css
<style>
span { border-color: #C3ACCC; }
span { border-color: rgb(195,172,204); }
td.TdClassName
{
border-color: #C3ACCC;
}
.TagClassName
{
border-color: #C3ACCC;
}
</style>