Shades of Twilight #CBC4C6
Tints of Twilight #CBC4C6
RGB
CMYK
RGB Variations
Color information
#CBC4C6 (or 0xCBC4C6) is known color: Twilight. HEX triplet: CB, C4 and C6. RGB value is (203,196,198). Sum of RGB (Red+Green+Blue) = 203+196+198=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4C6 is #343B39. Grayscale: #C6C6C6. Windows color (decimal): -3423034 or 13026507. OLE color: 13026507.
HSL color Cylindrical-coordinate representation of color #CBC4C6: hue angle of 342.86º degrees, saturation: 0.06, 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 #CBC4C6 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 196 | 198 | - |
CMYK | 0 | 0.03 | 0.02 | 0.20 |
HSL | 342.86º | 0.06% | 0.78% | - |
HSV(B) | 342.86º | 0.03% | 0.8% | - |
XYZ | 54.56 | 56.25 | 61.41 | - |
YUV | 198.32 | 127.82 | 131.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 196 | 198 | 0 | 0.03 | 0.02 | 0.20 | 342.86 | 0.06 | 0.78 |
Hex | CB | C4 | C6 | 0 | 3 | 2 | 14 | 157 | 6 | 4E |
Octal | 313 | 304 | 306 | 0 | 3 | 2 | 24 | 527 | 6 | 116 |
Binary | 11001011 | 11000100 | 11000110 | 0 | 11 | 10 | 10100 | 101010111 | 110 | 1001110 |
Color Harmonies of #CBC4C6
Complementary color
Monochromatic Colors of #CBC4C6
Black with #CBC4C6
Text Example
Text Example
White with #CBC4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4C6; }
p { color: rgb(203,196,198); }
H1.HeaderClassName
{
color: #CBC4C6;
}
.AnyTagClassName
{
color: #CBC4C6;
}
</style>
background-color css
<style>
a { background-color: #CBC4C6; }
a { background-color: rgb(203,196,198); }
div.DivClassName
{
background-color: #CBC4C6;
}
.BgClassName
{
background-color: #CBC4C6;
}
</style>
border-color css
<style>
span { border-color: #CBC4C6; }
span { border-color: rgb(203,196,198); }
td.TdClassName
{
border-color: #CBC4C6;
}
.TagClassName
{
border-color: #CBC4C6;
}
</style>