Shades of Prelude #C0AECA
Tints of Prelude #C0AECA
RGB
CMYK
RGB Variations
Color information
#C0AECA (or 0xC0AECA) is known color: Prelude. HEX triplet: C0, AE and CA. RGB value is (192,174,202). Sum of RGB (Red+Green+Blue) = 192+174+202=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AECA is #3F5135. Grayscale: #B6B6B6. Windows color (decimal): -4149558 or 13283008. OLE color: 13283008.
HSL color Cylindrical-coordinate representation of color #C0AECA: hue angle of 278.57º 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 #C0AECA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 174 | 202 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.21 |
| HSL | 278.57º | 0.21% | 0.74% | - |
| HSV(B) | 278.57º | 0.14% | 0.79% | - |
| XYZ | 47.53 | 45.74 | 62.2 | - |
| YUV | 182.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 202 | 0.05 | 0.14 | 0 | 0.21 | 278.57 | 0.21 | 0.74 |
| Hex | C0 | AE | CA | 5 | E | 0 | 15 | 117 | 15 | 4A |
| Octal | 300 | 256 | 312 | 5 | 16 | 0 | 25 | 427 | 25 | 112 |
| Binary | 11000000 | 10101110 | 11001010 | 101 | 1110 | 0 | 10101 | 100010111 | 10101 | 1001010 |
Color Harmonies of #C0AECA
Complementary color
Monochromatic Colors of #C0AECA
Black with #C0AECA
Text Example
Text Example
White with #C0AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AECA; }
p { color: rgb(192,174,202); }
H1.HeaderClassName
{
color: #C0AECA;
}
.AnyTagClassName
{
color: #C0AECA;
}
</style>
background-color css
<style>
a { background-color: #C0AECA; }
a { background-color: rgb(192,174,202); }
div.DivClassName
{
background-color: #C0AECA;
}
.BgClassName
{
background-color: #C0AECA;
}
</style>
border-color css
<style>
span { border-color: #C0AECA; }
span { border-color: rgb(192,174,202); }
td.TdClassName
{
border-color: #C0AECA;
}
.TagClassName
{
border-color: #C0AECA;
}
</style>