Shades of Prelude #C0ACCB
Tints of Prelude #C0ACCB
RGB
CMYK
RGB Variations
Color information
#C0ACCB (or 0xC0ACCB) is known color: Prelude. HEX triplet: C0, AC and CB. RGB value is (192,172,203). Sum of RGB (Red+Green+Blue) = 192+172+203=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 172 (67.58% from 255 or 30.34% 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 #C0ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACCB is #3F5334. Grayscale: #B5B5B5. Windows color (decimal): -4150069 or 13348032. OLE color: 13348032.
HSL color Cylindrical-coordinate representation of color #C0ACCB: hue angle of 278.71º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0ACCB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 172 | 203 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.20 |
| HSL | 278.71º | 0.23% | 0.74% | - |
| HSV(B) | 278.71º | 0.15% | 0.8% | - |
| XYZ | 47.27 | 45.02 | 62.7 | - |
| YUV | 181.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 203 | 0.05 | 0.15 | 0 | 0.20 | 278.71 | 0.23 | 0.74 |
| Hex | C0 | AC | CB | 5 | F | 0 | 14 | 117 | 17 | 4A |
| Octal | 300 | 254 | 313 | 5 | 17 | 0 | 24 | 427 | 27 | 112 |
| Binary | 11000000 | 10101100 | 11001011 | 101 | 1111 | 0 | 10100 | 100010111 | 10111 | 1001010 |
Color Harmonies of #C0ACCB
Complementary color
Monochromatic Colors of #C0ACCB
Black with #C0ACCB
Text Example
Text Example
White with #C0ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACCB; }
p { color: rgb(192,172,203); }
H1.HeaderClassName
{
color: #C0ACCB;
}
.AnyTagClassName
{
color: #C0ACCB;
}
</style>
background-color css
<style>
a { background-color: #C0ACCB; }
a { background-color: rgb(192,172,203); }
div.DivClassName
{
background-color: #C0ACCB;
}
.BgClassName
{
background-color: #C0ACCB;
}
</style>
border-color css
<style>
span { border-color: #C0ACCB; }
span { border-color: rgb(192,172,203); }
td.TdClassName
{
border-color: #C0ACCB;
}
.TagClassName
{
border-color: #C0ACCB;
}
</style>