Shades of Twilight #CFC9CB
Tints of Twilight #CFC9CB
RGB
CMYK
RGB Variations
Color information
#CFC9CB (or 0xCFC9CB) is known color: Twilight. HEX triplet: CF, C9 and CB. RGB value is (207,201,203). Sum of RGB (Red+Green+Blue) = 207+201+203=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9CB is #303634. Grayscale: #CBCBCB. Windows color (decimal): -3159605 or 13355471. OLE color: 13355471.
HSL color Cylindrical-coordinate representation of color #CFC9CB: hue angle of 340º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFC9CB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 201 | 203 | - |
CMYK | 0 | 0.03 | 0.02 | 0.19 |
HSL | 340º | 0.06% | 0.8% | - |
HSV(B) | 340º | 0.03% | 0.81% | - |
XYZ | 57.4 | 59.35 | 64.93 | - |
YUV | 203.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 201 | 203 | 0 | 0.03 | 0.02 | 0.19 | 340 | 0.06 | 0.8 |
Hex | CF | C9 | CB | 0 | 3 | 2 | 13 | 154 | 6 | 50 |
Octal | 317 | 311 | 313 | 0 | 3 | 2 | 23 | 524 | 6 | 120 |
Binary | 11001111 | 11001001 | 11001011 | 0 | 11 | 10 | 10011 | 101010100 | 110 | 1010000 |
Color Harmonies of #CFC9CB
Complementary color
Monochromatic Colors of #CFC9CB
Black with #CFC9CB
Text Example
Text Example
White with #CFC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9CB; }
p { color: rgb(207,201,203); }
H1.HeaderClassName
{
color: #CFC9CB;
}
.AnyTagClassName
{
color: #CFC9CB;
}
</style>
background-color css
<style>
a { background-color: #CFC9CB; }
a { background-color: rgb(207,201,203); }
div.DivClassName
{
background-color: #CFC9CB;
}
.BgClassName
{
background-color: #CFC9CB;
}
</style>
border-color css
<style>
span { border-color: #CFC9CB; }
span { border-color: rgb(207,201,203); }
td.TdClassName
{
border-color: #CFC9CB;
}
.TagClassName
{
border-color: #CFC9CB;
}
</style>