Shades of Twilight #CCC5C7
Tints of Twilight #CCC5C7
RGB
CMYK
RGB Variations
Color information
#CCC5C7 (or 0xCCC5C7) is known color: Twilight. HEX triplet: CC, C5 and C7. RGB value is (204,197,199). Sum of RGB (Red+Green+Blue) = 204+197+199=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5C7 is #333A38. Grayscale: #C7C7C7. Windows color (decimal): -3357241 or 13092300. OLE color: 13092300.
HSL color Cylindrical-coordinate representation of color #CCC5C7: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC5C7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 199 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.2 |
| HSL | 342.86º | 0.06% | 0.79% | - |
| HSV(B) | 342.86º | 0.03% | 0.8% | - |
| XYZ | 55.18 | 56.89 | 62.11 | - |
| YUV | 199.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 199 | 0 | 0.03 | 0.02 | 0.2 | 342.86 | 0.06 | 0.79 |
| Hex | CC | C5 | C7 | 0 | 3 | 2 | 14 | 157 | 6 | 4F |
| Octal | 314 | 305 | 307 | 0 | 3 | 2 | 24 | 527 | 6 | 117 |
| Binary | 11001100 | 11000101 | 11000111 | 0 | 11 | 10 | 10100 | 101010111 | 110 | 1001111 |
Color Harmonies of #CCC5C7
Complementary color
Monochromatic Colors of #CCC5C7
Black with #CCC5C7
Text Example
Text Example
White with #CCC5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5C7; }
p { color: rgb(204,197,199); }
H1.HeaderClassName
{
color: #CCC5C7;
}
.AnyTagClassName
{
color: #CCC5C7;
}
</style>
background-color css
<style>
a { background-color: #CCC5C7; }
a { background-color: rgb(204,197,199); }
div.DivClassName
{
background-color: #CCC5C7;
}
.BgClassName
{
background-color: #CCC5C7;
}
</style>
border-color css
<style>
span { border-color: #CCC5C7; }
span { border-color: rgb(204,197,199); }
td.TdClassName
{
border-color: #CCC5C7;
}
.TagClassName
{
border-color: #CCC5C7;
}
</style>