Shades of Twilight #CBC0C4
Tints of Twilight #CBC0C4
RGB
CMYK
RGB Variations
Color information
#CBC0C4 (or 0xCBC0C4) is known color: Twilight. HEX triplet: CB, C0 and C4. RGB value is (203,192,196). Sum of RGB (Red+Green+Blue) = 203+192+196=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0C4 is #343F3B. Grayscale: #C3C3C3. Windows color (decimal): -3424060 or 12894411. OLE color: 12894411.
HSL color Cylindrical-coordinate representation of color #CBC0C4: hue angle of 338.18º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC0C4 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 196 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.20 |
| HSL | 338.18º | 0.1% | 0.77% | - |
| HSV(B) | 338.18º | 0.05% | 0.8% | - |
| XYZ | 53.44 | 54.38 | 59.9 | - |
| YUV | 195.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 196 | 0 | 0.05 | 0.03 | 0.20 | 338.18 | 0.1 | 0.77 |
| Hex | CB | C0 | C4 | 0 | 5 | 3 | 14 | 152 | A | 4D |
| Octal | 313 | 300 | 304 | 0 | 5 | 3 | 24 | 522 | 12 | 115 |
| Binary | 11001011 | 11000000 | 11000100 | 0 | 101 | 11 | 10100 | 101010010 | 1010 | 1001101 |
Color Harmonies of #CBC0C4
Complementary color
Monochromatic Colors of #CBC0C4
Black with #CBC0C4
Text Example
Text Example
White with #CBC0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0C4; }
p { color: rgb(203,192,196); }
H1.HeaderClassName
{
color: #CBC0C4;
}
.AnyTagClassName
{
color: #CBC0C4;
}
</style>
background-color css
<style>
a { background-color: #CBC0C4; }
a { background-color: rgb(203,192,196); }
div.DivClassName
{
background-color: #CBC0C4;
}
.BgClassName
{
background-color: #CBC0C4;
}
</style>
border-color css
<style>
span { border-color: #CBC0C4; }
span { border-color: rgb(203,192,196); }
td.TdClassName
{
border-color: #CBC0C4;
}
.TagClassName
{
border-color: #CBC0C4;
}
</style>