Shades of Twilight #CCC5C9
Tints of Twilight #CCC5C9
RGB
CMYK
RGB Variations
Color information
#CCC5C9 (or 0xCCC5C9) is known color: Twilight. HEX triplet: CC, C5 and C9. RGB value is (204,197,201). Sum of RGB (Red+Green+Blue) = 204+197+201=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5C9 is #333A36. Grayscale: #C7C7C7. Windows color (decimal): -3357239 or 13223372. OLE color: 13223372.
HSL color Cylindrical-coordinate representation of color #CCC5C9: hue angle of 325.71º 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 #CCC5C9 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 197 | 201 | - |
CMYK | 0 | 0.03 | 0.01 | 0.2 |
HSL | 325.71º | 0.06% | 0.79% | - |
HSV(B) | 325.71º | 0.03% | 0.8% | - |
XYZ | 55.41 | 56.99 | 63.34 | - |
YUV | 199.55 | 128.82 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 201 | 0 | 0.03 | 0.01 | 0.2 | 325.71 | 0.06 | 0.79 |
Hex | CC | C5 | C9 | 0 | 3 | 1 | 14 | 146 | 6 | 4F |
Octal | 314 | 305 | 311 | 0 | 3 | 1 | 24 | 506 | 6 | 117 |
Binary | 11001100 | 11000101 | 11001001 | 0 | 11 | 1 | 10100 | 101000110 | 110 | 1001111 |
Color Harmonies of #CCC5C9
Complementary color
Monochromatic Colors of #CCC5C9
Black with #CCC5C9
Text Example
Text Example
White with #CCC5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5C9; }
p { color: rgb(204,197,201); }
H1.HeaderClassName
{
color: #CCC5C9;
}
.AnyTagClassName
{
color: #CCC5C9;
}
</style>
background-color css
<style>
a { background-color: #CCC5C9; }
a { background-color: rgb(204,197,201); }
div.DivClassName
{
background-color: #CCC5C9;
}
.BgClassName
{
background-color: #CCC5C9;
}
</style>
border-color css
<style>
span { border-color: #CCC5C9; }
span { border-color: rgb(204,197,201); }
td.TdClassName
{
border-color: #CCC5C9;
}
.TagClassName
{
border-color: #CCC5C9;
}
</style>