Shades of Twilight #C9BFC3
Tints of Twilight #C9BFC3
RGB
CMYK
RGB Variations
Color information
#C9BFC3 (or 0xC9BFC3) is known color: Twilight. HEX triplet: C9, BF and C3. RGB value is (201,191,195). Sum of RGB (Red+Green+Blue) = 201+191+195=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFC3 is #36403C. Grayscale: #C2C2C2. Windows color (decimal): -3555389 or 12828617. OLE color: 12828617.
HSL color Cylindrical-coordinate representation of color #C9BFC3: hue angle of 336º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9BFC3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 195 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.21 |
| HSL | 336º | 0.08% | 0.77% | - |
| HSV(B) | 336º | 0.05% | 0.79% | - |
| XYZ | 52.57 | 53.62 | 59.21 | - |
| YUV | 194.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 195 | 0 | 0.05 | 0.03 | 0.21 | 336 | 0.08 | 0.77 |
| Hex | C9 | BF | C3 | 0 | 5 | 3 | 15 | 150 | 8 | 4D |
| Octal | 311 | 277 | 303 | 0 | 5 | 3 | 25 | 520 | 10 | 115 |
| Binary | 11001001 | 10111111 | 11000011 | 0 | 101 | 11 | 10101 | 101010000 | 1000 | 1001101 |
Color Harmonies of #C9BFC3
Complementary color
Monochromatic Colors of #C9BFC3
Black with #C9BFC3
Text Example
Text Example
White with #C9BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFC3; }
p { color: rgb(201,191,195); }
H1.HeaderClassName
{
color: #C9BFC3;
}
.AnyTagClassName
{
color: #C9BFC3;
}
</style>
background-color css
<style>
a { background-color: #C9BFC3; }
a { background-color: rgb(201,191,195); }
div.DivClassName
{
background-color: #C9BFC3;
}
.BgClassName
{
background-color: #C9BFC3;
}
</style>
border-color css
<style>
span { border-color: #C9BFC3; }
span { border-color: rgb(201,191,195); }
td.TdClassName
{
border-color: #C9BFC3;
}
.TagClassName
{
border-color: #C9BFC3;
}
</style>