Shades of Twilight #CBC5C8
Tints of Twilight #CBC5C8
RGB
CMYK
RGB Variations
Color information
#CBC5C8 (or 0xCBC5C8) is known color: Twilight. HEX triplet: CB, C5 and C8. RGB value is (203,197,200). Sum of RGB (Red+Green+Blue) = 203+197+200=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5C8 is #343A37. Grayscale: #C7C7C7. Windows color (decimal): -3422776 or 13157835. OLE color: 13157835.
HSL color Cylindrical-coordinate representation of color #CBC5C8: hue angle of 330º 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 #CBC5C8 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 197 | 200 | - |
CMYK | 0 | 0.03 | 0.01 | 0.20 |
HSL | 330º | 0.05% | 0.78% | - |
HSV(B) | 330º | 0.03% | 0.8% | - |
XYZ | 55.02 | 56.8 | 62.71 | - |
YUV | 199.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 197 | 200 | 0 | 0.03 | 0.01 | 0.20 | 330 | 0.05 | 0.78 |
Hex | CB | C5 | C8 | 0 | 3 | 1 | 14 | 14A | 5 | 4E |
Octal | 313 | 305 | 310 | 0 | 3 | 1 | 24 | 512 | 5 | 116 |
Binary | 11001011 | 11000101 | 11001000 | 0 | 11 | 1 | 10100 | 101001010 | 101 | 1001110 |
Color Harmonies of #CBC5C8
Complementary color
Monochromatic Colors of #CBC5C8
Black with #CBC5C8
Text Example
Text Example
White with #CBC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5C8; }
p { color: rgb(203,197,200); }
H1.HeaderClassName
{
color: #CBC5C8;
}
.AnyTagClassName
{
color: #CBC5C8;
}
</style>
background-color css
<style>
a { background-color: #CBC5C8; }
a { background-color: rgb(203,197,200); }
div.DivClassName
{
background-color: #CBC5C8;
}
.BgClassName
{
background-color: #CBC5C8;
}
</style>
border-color css
<style>
span { border-color: #CBC5C8; }
span { border-color: rgb(203,197,200); }
td.TdClassName
{
border-color: #CBC5C8;
}
.TagClassName
{
border-color: #CBC5C8;
}
</style>