Shades of Twilight #CCC9CB
Tints of Twilight #CCC9CB
RGB
CMYK
RGB Variations
Color information
#CCC9CB (or 0xCCC9CB) is known color: Twilight. HEX triplet: CC, C9 and CB. RGB value is (204,201,203). Sum of RGB (Red+Green+Blue) = 204+201+203=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CB is #333634. Grayscale: #CACACA. Windows color (decimal): -3356213 or 13355468. OLE color: 13355468.
HSL color Cylindrical-coordinate representation of color #CCC9CB: hue angle of 320º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCC9CB is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 203 | - |
| CMYK | 0 | 0.01 | 0.00 | 0.2 |
| HSL | 320º | 0.03% | 0.79% | - |
| HSV(B) | 320º | 0.01% | 0.8% | - |
| XYZ | 56.57 | 58.92 | 64.89 | - |
| YUV | 202.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 203 | 0 | 0.01 | 0.00 | 0.2 | 320 | 0.03 | 0.79 |
| Hex | CC | C9 | CB | 0 | 1 | 0 | 14 | 140 | 3 | 4F |
| Octal | 314 | 311 | 313 | 0 | 1 | 0 | 24 | 500 | 3 | 117 |
| Binary | 11001100 | 11001001 | 11001011 | 0 | 1 | 0 | 10100 | 101000000 | 11 | 1001111 |
Color Harmonies of #CCC9CB
Complementary color
Monochromatic Colors of #CCC9CB
Black with #CCC9CB
Text Example
Text Example
White with #CCC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9CB; }
p { color: rgb(204,201,203); }
H1.HeaderClassName
{
color: #CCC9CB;
}
.AnyTagClassName
{
color: #CCC9CB;
}
</style>
background-color css
<style>
a { background-color: #CCC9CB; }
a { background-color: rgb(204,201,203); }
div.DivClassName
{
background-color: #CCC9CB;
}
.BgClassName
{
background-color: #CCC9CB;
}
</style>
border-color css
<style>
span { border-color: #CCC9CB; }
span { border-color: rgb(204,201,203); }
td.TdClassName
{
border-color: #CCC9CB;
}
.TagClassName
{
border-color: #CCC9CB;
}
</style>