Shades of Prelude #C9C5CB
Tints of Prelude #C9C5CB
RGB
CMYK
RGB Variations
Color information
#C9C5CB (or 0xC9C5CB) is known color: Prelude. HEX triplet: C9, C5 and CB. RGB value is (201,197,203). Sum of RGB (Red+Green+Blue) = 201+197+203=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5CB is #363A34. Grayscale: #C6C6C6. Windows color (decimal): -3553845 or 13354441. OLE color: 13354441.
HSL color Cylindrical-coordinate representation of color #C9C5CB: hue angle of 280º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9C5CB is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 197 | 203 | - |
CMYK | 0.01 | 0.03 | 0 | 0.20 |
HSL | 280º | 0.05% | 0.78% | - |
HSV(B) | 280º | 0.03% | 0.8% | - |
XYZ | 54.83 | 56.66 | 64.55 | - |
YUV | 198.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 197 | 203 | 0.01 | 0.03 | 0 | 0.20 | 280 | 0.05 | 0.78 |
Hex | C9 | C5 | CB | 1 | 3 | 0 | 14 | 118 | 5 | 4E |
Octal | 311 | 305 | 313 | 1 | 3 | 0 | 24 | 430 | 5 | 116 |
Binary | 11001001 | 11000101 | 11001011 | 1 | 11 | 0 | 10100 | 100011000 | 101 | 1001110 |
Color Harmonies of #C9C5CB
Complementary color
Monochromatic Colors of #C9C5CB
Black with #C9C5CB
Text Example
Text Example
White with #C9C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C5CB; }
p { color: rgb(201,197,203); }
H1.HeaderClassName
{
color: #C9C5CB;
}
.AnyTagClassName
{
color: #C9C5CB;
}
</style>
background-color css
<style>
a { background-color: #C9C5CB; }
a { background-color: rgb(201,197,203); }
div.DivClassName
{
background-color: #C9C5CB;
}
.BgClassName
{
background-color: #C9C5CB;
}
</style>
border-color css
<style>
span { border-color: #C9C5CB; }
span { border-color: rgb(201,197,203); }
td.TdClassName
{
border-color: #C9C5CB;
}
.TagClassName
{
border-color: #C9C5CB;
}
</style>