Shades of Twilight #CBC5C9
Tints of Twilight #CBC5C9
RGB
CMYK
RGB Variations
Color information
#CBC5C9 (or 0xCBC5C9) is known color: Twilight. HEX triplet: CB, C5 and C9. RGB value is (203,197,201). Sum of RGB (Red+Green+Blue) = 203+197+201=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5C9 is #343A36. Grayscale: #C7C7C7. Windows color (decimal): -3422775 or 13223371. OLE color: 13223371.
HSL color Cylindrical-coordinate representation of color #CBC5C9: hue angle of 320º 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 #CBC5C9 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 201 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.20 |
| HSL | 320º | 0.05% | 0.78% | - |
| HSV(B) | 320º | 0.03% | 0.8% | - |
| XYZ | 55.14 | 56.85 | 63.32 | - |
| YUV | 199.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 201 | 0 | 0.03 | 0.01 | 0.20 | 320 | 0.05 | 0.78 |
| Hex | CB | C5 | C9 | 0 | 3 | 1 | 14 | 140 | 5 | 4E |
| Octal | 313 | 305 | 311 | 0 | 3 | 1 | 24 | 500 | 5 | 116 |
| Binary | 11001011 | 11000101 | 11001001 | 0 | 11 | 1 | 10100 | 101000000 | 101 | 1001110 |
Color Harmonies of #CBC5C9
Complementary color
Monochromatic Colors of #CBC5C9
Black with #CBC5C9
Text Example
Text Example
White with #CBC5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5C9; }
p { color: rgb(203,197,201); }
H1.HeaderClassName
{
color: #CBC5C9;
}
.AnyTagClassName
{
color: #CBC5C9;
}
</style>
background-color css
<style>
a { background-color: #CBC5C9; }
a { background-color: rgb(203,197,201); }
div.DivClassName
{
background-color: #CBC5C9;
}
.BgClassName
{
background-color: #CBC5C9;
}
</style>
border-color css
<style>
span { border-color: #CBC5C9; }
span { border-color: rgb(203,197,201); }
td.TdClassName
{
border-color: #CBC5C9;
}
.TagClassName
{
border-color: #CBC5C9;
}
</style>