Shades of Twilight #C6BEC1
Tints of Twilight #C6BEC1
RGB
CMYK
RGB Variations
Color information
#C6BEC1 (or 0xC6BEC1) is known color: Twilight. HEX triplet: C6, BE and C1. RGB value is (198,190,193). Sum of RGB (Red+Green+Blue) = 198+190+193=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEC1 is #39413E. Grayscale: #C0C0C0. Windows color (decimal): -3752255 or 12697286. OLE color: 12697286.
HSL color Cylindrical-coordinate representation of color #C6BEC1: hue angle of 337.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6BEC1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 190 | 193 | - |
CMYK | 0 | 0.04 | 0.03 | 0.22 |
HSL | 337.5º | 0.07% | 0.76% | - |
HSV(B) | 337.5º | 0.04% | 0.78% | - |
XYZ | 51.33 | 52.68 | 57.92 | - |
YUV | 192.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 190 | 193 | 0 | 0.04 | 0.03 | 0.22 | 337.5 | 0.07 | 0.76 |
Hex | C6 | BE | C1 | 0 | 4 | 3 | 16 | 152 | 7 | 4C |
Octal | 306 | 276 | 301 | 0 | 4 | 3 | 26 | 522 | 7 | 114 |
Binary | 11000110 | 10111110 | 11000001 | 0 | 100 | 11 | 10110 | 101010010 | 111 | 1001100 |
Color Harmonies of #C6BEC1
Complementary color
Monochromatic Colors of #C6BEC1
Black with #C6BEC1
Text Example
Text Example
White with #C6BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEC1; }
p { color: rgb(198,190,193); }
H1.HeaderClassName
{
color: #C6BEC1;
}
.AnyTagClassName
{
color: #C6BEC1;
}
</style>
background-color css
<style>
a { background-color: #C6BEC1; }
a { background-color: rgb(198,190,193); }
div.DivClassName
{
background-color: #C6BEC1;
}
.BgClassName
{
background-color: #C6BEC1;
}
</style>
border-color css
<style>
span { border-color: #C6BEC1; }
span { border-color: rgb(198,190,193); }
td.TdClassName
{
border-color: #C6BEC1;
}
.TagClassName
{
border-color: #C6BEC1;
}
</style>