Shades of Twilight #CFC1C7
Tints of Twilight #CFC1C7
RGB
CMYK
RGB Variations
Color information
#CFC1C7 (or 0xCFC1C7) is known color: Twilight. HEX triplet: CF, C1 and C7. RGB value is (207,193,199). Sum of RGB (Red+Green+Blue) = 207+193+199=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1C7 is #303E38. Grayscale: #C5C5C5. Windows color (decimal): -3161657 or 13091279. OLE color: 13091279.
HSL color Cylindrical-coordinate representation of color #CFC1C7: hue angle of 334.29º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC1C7 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 193 | 199 | - |
CMYK | 0 | 0.07 | 0.04 | 0.19 |
HSL | 334.29º | 0.13% | 0.78% | - |
HSV(B) | 334.29º | 0.07% | 0.81% | - |
XYZ | 55.11 | 55.53 | 61.85 | - |
YUV | 197.87 | 128.64 | 134.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 193 | 199 | 0 | 0.07 | 0.04 | 0.19 | 334.29 | 0.13 | 0.78 |
Hex | CF | C1 | C7 | 0 | 7 | 4 | 13 | 14E | D | 4E |
Octal | 317 | 301 | 307 | 0 | 7 | 4 | 23 | 516 | 15 | 116 |
Binary | 11001111 | 11000001 | 11000111 | 0 | 111 | 100 | 10011 | 101001110 | 1101 | 1001110 |
Color Harmonies of #CFC1C7
Complementary color
Monochromatic Colors of #CFC1C7
Black with #CFC1C7
Text Example
Text Example
White with #CFC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1C7; }
p { color: rgb(207,193,199); }
H1.HeaderClassName
{
color: #CFC1C7;
}
.AnyTagClassName
{
color: #CFC1C7;
}
</style>
background-color css
<style>
a { background-color: #CFC1C7; }
a { background-color: rgb(207,193,199); }
div.DivClassName
{
background-color: #CFC1C7;
}
.BgClassName
{
background-color: #CFC1C7;
}
</style>
border-color css
<style>
span { border-color: #CFC1C7; }
span { border-color: rgb(207,193,199); }
td.TdClassName
{
border-color: #CFC1C7;
}
.TagClassName
{
border-color: #CFC1C7;
}
</style>