Shades of Prelude #C2AACB
Tints of Prelude #C2AACB
RGB
CMYK
RGB Variations
Color information
#C2AACB (or 0xC2AACB) is known color: Prelude. HEX triplet: C2, AA and CB. RGB value is (194,170,203). Sum of RGB (Red+Green+Blue) = 194+170+203=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 170 (66.80% from 255 or 29.98% 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 #C2AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACB is #3D5534. Grayscale: #B4B4B4. Windows color (decimal): -4019509 or 13347522. OLE color: 13347522.
HSL color Cylindrical-coordinate representation of color #C2AACB: hue angle of 283.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2AACB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 170 | 203 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.20 |
| HSL | 283.64º | 0.24% | 0.73% | - |
| HSV(B) | 283.64º | 0.16% | 0.8% | - |
| XYZ | 47.4 | 44.53 | 62.6 | - |
| YUV | 180.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 203 | 0.04 | 0.16 | 0 | 0.20 | 283.64 | 0.24 | 0.73 |
| Hex | C2 | AA | CB | 4 | 10 | 0 | 14 | 11C | 18 | 49 |
| Octal | 302 | 252 | 313 | 4 | 20 | 0 | 24 | 434 | 30 | 111 |
| Binary | 11000010 | 10101010 | 11001011 | 100 | 10000 | 0 | 10100 | 100011100 | 11000 | 1001001 |
Color Harmonies of #C2AACB
Complementary color
Monochromatic Colors of #C2AACB
Black with #C2AACB
Text Example
Text Example
White with #C2AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AACB; }
p { color: rgb(194,170,203); }
H1.HeaderClassName
{
color: #C2AACB;
}
.AnyTagClassName
{
color: #C2AACB;
}
</style>
background-color css
<style>
a { background-color: #C2AACB; }
a { background-color: rgb(194,170,203); }
div.DivClassName
{
background-color: #C2AACB;
}
.BgClassName
{
background-color: #C2AACB;
}
</style>
border-color css
<style>
span { border-color: #C2AACB; }
span { border-color: rgb(194,170,203); }
td.TdClassName
{
border-color: #C2AACB;
}
.TagClassName
{
border-color: #C2AACB;
}
</style>