Shades of Twilight #CCC7C9
Tints of Twilight #CCC7C9
RGB
CMYK
RGB Variations
Color information
#CCC7C9 (or 0xCCC7C9) is known color: Twilight. HEX triplet: CC, C7 and C9. RGB value is (204,199,201). Sum of RGB (Red+Green+Blue) = 204+199+201=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7C9 is #333836. Grayscale: #C8C8C8. Windows color (decimal): -3356727 or 13223884. OLE color: 13223884.
HSL color Cylindrical-coordinate representation of color #CCC7C9: hue angle of 336º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCC7C9 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 201 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.2 |
| HSL | 336º | 0.05% | 0.79% | - |
| HSV(B) | 336º | 0.02% | 0.8% | - |
| XYZ | 55.87 | 57.9 | 63.49 | - |
| YUV | 200.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 201 | 0 | 0.02 | 0.01 | 0.2 | 336 | 0.05 | 0.79 |
| Hex | CC | C7 | C9 | 0 | 2 | 1 | 14 | 150 | 5 | 4F |
| Octal | 314 | 307 | 311 | 0 | 2 | 1 | 24 | 520 | 5 | 117 |
| Binary | 11001100 | 11000111 | 11001001 | 0 | 10 | 1 | 10100 | 101010000 | 101 | 1001111 |
Color Harmonies of #CCC7C9
Complementary color
Monochromatic Colors of #CCC7C9
Black with #CCC7C9
Text Example
Text Example
White with #CCC7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7C9; }
p { color: rgb(204,199,201); }
H1.HeaderClassName
{
color: #CCC7C9;
}
.AnyTagClassName
{
color: #CCC7C9;
}
</style>
background-color css
<style>
a { background-color: #CCC7C9; }
a { background-color: rgb(204,199,201); }
div.DivClassName
{
background-color: #CCC7C9;
}
.BgClassName
{
background-color: #CCC7C9;
}
</style>
border-color css
<style>
span { border-color: #CCC7C9; }
span { border-color: rgb(204,199,201); }
td.TdClassName
{
border-color: #CCC7C9;
}
.TagClassName
{
border-color: #CCC7C9;
}
</style>