Shades of Twilight #CFB8C2
Tints of Twilight #CFB8C2
RGB
CMYK
RGB Variations
Color information
#CFB8C2 (or 0xCFB8C2) is known color: Twilight. HEX triplet: CF, B8 and C2. RGB value is (207,184,194). Sum of RGB (Red+Green+Blue) = 207+184+194=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8C2 is #30473D. Grayscale: #BFBFBF. Windows color (decimal): -3163966 or 12761295. OLE color: 12761295.
HSL color Cylindrical-coordinate representation of color #CFB8C2: hue angle of 333.91º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB8C2 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 194 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.19 |
| HSL | 333.91º | 0.19% | 0.77% | - |
| HSV(B) | 333.91º | 0.11% | 0.81% | - |
| XYZ | 52.61 | 51.44 | 58.2 | - |
| YUV | 192.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 194 | 0 | 0.11 | 0.06 | 0.19 | 333.91 | 0.19 | 0.77 |
| Hex | CF | B8 | C2 | 0 | B | 6 | 13 | 14E | 13 | 4D |
| Octal | 317 | 270 | 302 | 0 | 13 | 6 | 23 | 516 | 23 | 115 |
| Binary | 11001111 | 10111000 | 11000010 | 0 | 1011 | 110 | 10011 | 101001110 | 10011 | 1001101 |
Color Harmonies of #CFB8C2
Complementary color
Monochromatic Colors of #CFB8C2
Black with #CFB8C2
Text Example
Text Example
White with #CFB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8C2; }
p { color: rgb(207,184,194); }
H1.HeaderClassName
{
color: #CFB8C2;
}
.AnyTagClassName
{
color: #CFB8C2;
}
</style>
background-color css
<style>
a { background-color: #CFB8C2; }
a { background-color: rgb(207,184,194); }
div.DivClassName
{
background-color: #CFB8C2;
}
.BgClassName
{
background-color: #CFB8C2;
}
</style>
border-color css
<style>
span { border-color: #CFB8C2; }
span { border-color: rgb(207,184,194); }
td.TdClassName
{
border-color: #CFB8C2;
}
.TagClassName
{
border-color: #CFB8C2;
}
</style>