Shades of Twilight #CFBAC4
Tints of Twilight #CFBAC4
RGB
CMYK
RGB Variations
Color information
#CFBAC4 (or 0xCFBAC4) is known color: Twilight. HEX triplet: CF, BA and C4. RGB value is (207,186,196). Sum of RGB (Red+Green+Blue) = 207+186+196=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAC4 is #30453B. Grayscale: #C1C1C1. Windows color (decimal): -3163452 or 12892879. OLE color: 12892879.
HSL color Cylindrical-coordinate representation of color #CFBAC4: hue angle of 331.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBAC4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 196 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.19 |
| HSL | 331.43º | 0.18% | 0.77% | - |
| HSV(B) | 331.43º | 0.1% | 0.81% | - |
| XYZ | 53.25 | 52.37 | 59.53 | - |
| YUV | 193.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 196 | 0 | 0.10 | 0.05 | 0.19 | 331.43 | 0.18 | 0.77 |
| Hex | CF | BA | C4 | 0 | A | 5 | 13 | 14B | 12 | 4D |
| Octal | 317 | 272 | 304 | 0 | 12 | 5 | 23 | 513 | 22 | 115 |
| Binary | 11001111 | 10111010 | 11000100 | 0 | 1010 | 101 | 10011 | 101001011 | 10010 | 1001101 |
Color Harmonies of #CFBAC4
Complementary color
Monochromatic Colors of #CFBAC4
Black with #CFBAC4
Text Example
Text Example
White with #CFBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAC4; }
p { color: rgb(207,186,196); }
H1.HeaderClassName
{
color: #CFBAC4;
}
.AnyTagClassName
{
color: #CFBAC4;
}
</style>
background-color css
<style>
a { background-color: #CFBAC4; }
a { background-color: rgb(207,186,196); }
div.DivClassName
{
background-color: #CFBAC4;
}
.BgClassName
{
background-color: #CFBAC4;
}
</style>
border-color css
<style>
span { border-color: #CFBAC4; }
span { border-color: rgb(207,186,196); }
td.TdClassName
{
border-color: #CFBAC4;
}
.TagClassName
{
border-color: #CFBAC4;
}
</style>