Shades of Twilight #CCBAC2
Tints of Twilight #CCBAC2
RGB
CMYK
RGB Variations
Color information
#CCBAC2 (or 0xCCBAC2) is known color: Twilight. HEX triplet: CC, BA and C2. RGB value is (204,186,194). Sum of RGB (Red+Green+Blue) = 204+186+194=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC2 is #33453D. Grayscale: #C0C0C0. Windows color (decimal): -3360062 or 12761804. OLE color: 12761804.
HSL color Cylindrical-coordinate representation of color #CCBAC2: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBAC2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 194 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.2 |
| HSL | 333.33º | 0.15% | 0.76% | - |
| HSV(B) | 333.33º | 0.09% | 0.8% | - |
| XYZ | 52.2 | 51.85 | 58.3 | - |
| YUV | 192.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 194 | 0 | 0.09 | 0.05 | 0.2 | 333.33 | 0.15 | 0.76 |
| Hex | CC | BA | C2 | 0 | 9 | 5 | 14 | 14D | F | 4C |
| Octal | 314 | 272 | 302 | 0 | 11 | 5 | 24 | 515 | 17 | 114 |
| Binary | 11001100 | 10111010 | 11000010 | 0 | 1001 | 101 | 10100 | 101001101 | 1111 | 1001100 |
Color Harmonies of #CCBAC2
Complementary color
Monochromatic Colors of #CCBAC2
Black with #CCBAC2
Text Example
Text Example
White with #CCBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAC2; }
p { color: rgb(204,186,194); }
H1.HeaderClassName
{
color: #CCBAC2;
}
.AnyTagClassName
{
color: #CCBAC2;
}
</style>
background-color css
<style>
a { background-color: #CCBAC2; }
a { background-color: rgb(204,186,194); }
div.DivClassName
{
background-color: #CCBAC2;
}
.BgClassName
{
background-color: #CCBAC2;
}
</style>
border-color css
<style>
span { border-color: #CCBAC2; }
span { border-color: rgb(204,186,194); }
td.TdClassName
{
border-color: #CCBAC2;
}
.TagClassName
{
border-color: #CCBAC2;
}
</style>