Shades of Twilight #CFB7C2
Tints of Twilight #CFB7C2
RGB
CMYK
RGB Variations
Color information
#CFB7C2 (or 0xCFB7C2) is known color: Twilight. HEX triplet: CF, B7 and C2. RGB value is (207,183,194). Sum of RGB (Red+Green+Blue) = 207+183+194=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7C2 is #30483D. Grayscale: #BFBFBF. Windows color (decimal): -3164222 or 12761039. OLE color: 12761039.
HSL color Cylindrical-coordinate representation of color #CFB7C2: hue angle of 332.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB7C2 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 194 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.19 |
| HSL | 332.5º | 0.2% | 0.76% | - |
| HSV(B) | 332.5º | 0.12% | 0.81% | - |
| XYZ | 52.4 | 51.03 | 58.13 | - |
| YUV | 191.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 194 | 0 | 0.12 | 0.06 | 0.19 | 332.5 | 0.2 | 0.76 |
| Hex | CF | B7 | C2 | 0 | C | 6 | 13 | 14C | 14 | 4C |
| Octal | 317 | 267 | 302 | 0 | 14 | 6 | 23 | 514 | 24 | 114 |
| Binary | 11001111 | 10110111 | 11000010 | 0 | 1100 | 110 | 10011 | 101001100 | 10100 | 1001100 |
Color Harmonies of #CFB7C2
Complementary color
Monochromatic Colors of #CFB7C2
Black with #CFB7C2
Text Example
Text Example
White with #CFB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7C2; }
p { color: rgb(207,183,194); }
H1.HeaderClassName
{
color: #CFB7C2;
}
.AnyTagClassName
{
color: #CFB7C2;
}
</style>
background-color css
<style>
a { background-color: #CFB7C2; }
a { background-color: rgb(207,183,194); }
div.DivClassName
{
background-color: #CFB7C2;
}
.BgClassName
{
background-color: #CFB7C2;
}
</style>
border-color css
<style>
span { border-color: #CFB7C2; }
span { border-color: rgb(207,183,194); }
td.TdClassName
{
border-color: #CFB7C2;
}
.TagClassName
{
border-color: #CFB7C2;
}
</style>