Shades of Twilight #CBC8C9
Tints of Twilight #CBC8C9
RGB
CMYK
RGB Variations
Color information
#CBC8C9 (or 0xCBC8C9) is known color: Twilight. HEX triplet: CB, C8 and C9. RGB value is (203,200,201). Sum of RGB (Red+Green+Blue) = 203+200+201=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8C9 is #343736. Grayscale: #C9C9C9. Windows color (decimal): -3422007 or 13224139. OLE color: 13224139.
HSL color Cylindrical-coordinate representation of color #CBC8C9: hue angle of 340º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBC8C9 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 200 | 201 | - |
CMYK | 0 | 0.01 | 0.01 | 0.20 |
HSL | 340º | 0.03% | 0.79% | - |
HSV(B) | 340º | 0.01% | 0.8% | - |
XYZ | 55.83 | 58.22 | 63.55 | - |
YUV | 201.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 200 | 201 | 0 | 0.01 | 0.01 | 0.20 | 340 | 0.03 | 0.79 |
Hex | CB | C8 | C9 | 0 | 1 | 1 | 14 | 154 | 3 | 4F |
Octal | 313 | 310 | 311 | 0 | 1 | 1 | 24 | 524 | 3 | 117 |
Binary | 11001011 | 11001000 | 11001001 | 0 | 1 | 1 | 10100 | 101010100 | 11 | 1001111 |
Color Harmonies of #CBC8C9
Complementary color
Monochromatic Colors of #CBC8C9
Black with #CBC8C9
Text Example
Text Example
White with #CBC8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8C9; }
p { color: rgb(203,200,201); }
H1.HeaderClassName
{
color: #CBC8C9;
}
.AnyTagClassName
{
color: #CBC8C9;
}
</style>
background-color css
<style>
a { background-color: #CBC8C9; }
a { background-color: rgb(203,200,201); }
div.DivClassName
{
background-color: #CBC8C9;
}
.BgClassName
{
background-color: #CBC8C9;
}
</style>
border-color css
<style>
span { border-color: #CBC8C9; }
span { border-color: rgb(203,200,201); }
td.TdClassName
{
border-color: #CBC8C9;
}
.TagClassName
{
border-color: #CBC8C9;
}
</style>