Shades of Prelude #C0ADCA
Tints of Prelude #C0ADCA
RGB
CMYK
RGB Variations
Color information
#C0ADCA (or 0xC0ADCA) is known color: Prelude. HEX triplet: C0, AD and CA. RGB value is (192,173,202). Sum of RGB (Red+Green+Blue) = 192+173+202=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADCA is #3F5235. Grayscale: #B5B5B5. Windows color (decimal): -4149814 or 13282752. OLE color: 13282752.
HSL color Cylindrical-coordinate representation of color #C0ADCA: hue angle of 279.31º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0ADCA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 173 | 202 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.21 |
| HSL | 279.31º | 0.21% | 0.74% | - |
| HSV(B) | 279.31º | 0.14% | 0.79% | - |
| XYZ | 47.34 | 45.36 | 62.14 | - |
| YUV | 181.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 202 | 0.05 | 0.14 | 0 | 0.21 | 279.31 | 0.21 | 0.74 |
| Hex | C0 | AD | CA | 5 | E | 0 | 15 | 117 | 15 | 4A |
| Octal | 300 | 255 | 312 | 5 | 16 | 0 | 25 | 427 | 25 | 112 |
| Binary | 11000000 | 10101101 | 11001010 | 101 | 1110 | 0 | 10101 | 100010111 | 10101 | 1001010 |
Color Harmonies of #C0ADCA
Complementary color
Monochromatic Colors of #C0ADCA
Black with #C0ADCA
Text Example
Text Example
White with #C0ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADCA; }
p { color: rgb(192,173,202); }
H1.HeaderClassName
{
color: #C0ADCA;
}
.AnyTagClassName
{
color: #C0ADCA;
}
</style>
background-color css
<style>
a { background-color: #C0ADCA; }
a { background-color: rgb(192,173,202); }
div.DivClassName
{
background-color: #C0ADCA;
}
.BgClassName
{
background-color: #C0ADCA;
}
</style>
border-color css
<style>
span { border-color: #C0ADCA; }
span { border-color: rgb(192,173,202); }
td.TdClassName
{
border-color: #C0ADCA;
}
.TagClassName
{
border-color: #C0ADCA;
}
</style>