Shades of Twilight #CBB9C0
Tints of Twilight #CBB9C0
RGB
CMYK
RGB Variations
Color information
#CBB9C0 (or 0xCBB9C0) is known color: Twilight. HEX triplet: CB, B9 and C0. RGB value is (203,185,192). Sum of RGB (Red+Green+Blue) = 203+185+192=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9C0 is #34463F. Grayscale: #BFBFBF. Windows color (decimal): -3425856 or 12630475. OLE color: 12630475.
HSL color Cylindrical-coordinate representation of color #CBB9C0: hue angle of 336.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBB9C0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 185 | 192 | - |
CMYK | 0 | 0.09 | 0.05 | 0.20 |
HSL | 336.67º | 0.15% | 0.76% | - |
HSV(B) | 336.67º | 0.09% | 0.8% | - |
XYZ | 51.49 | 51.2 | 57.04 | - |
YUV | 191.18 | 128.46 | 136.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 185 | 192 | 0 | 0.09 | 0.05 | 0.20 | 336.67 | 0.15 | 0.76 |
Hex | CB | B9 | C0 | 0 | 9 | 5 | 14 | 151 | F | 4C |
Octal | 313 | 271 | 300 | 0 | 11 | 5 | 24 | 521 | 17 | 114 |
Binary | 11001011 | 10111001 | 11000000 | 0 | 1001 | 101 | 10100 | 101010001 | 1111 | 1001100 |
Color Harmonies of #CBB9C0
Complementary color
Monochromatic Colors of #CBB9C0
Black with #CBB9C0
Text Example
Text Example
White with #CBB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9C0; }
p { color: rgb(203,185,192); }
H1.HeaderClassName
{
color: #CBB9C0;
}
.AnyTagClassName
{
color: #CBB9C0;
}
</style>
background-color css
<style>
a { background-color: #CBB9C0; }
a { background-color: rgb(203,185,192); }
div.DivClassName
{
background-color: #CBB9C0;
}
.BgClassName
{
background-color: #CBB9C0;
}
</style>
border-color css
<style>
span { border-color: #CBB9C0; }
span { border-color: rgb(203,185,192); }
td.TdClassName
{
border-color: #CBB9C0;
}
.TagClassName
{
border-color: #CBB9C0;
}
</style>