Shades of Twilight #CCC9CA
Tints of Twilight #CCC9CA
RGB
CMYK
RGB Variations
Color information
#CCC9CA (or 0xCCC9CA) is known color: Twilight. HEX triplet: CC, C9 and CA. RGB value is (204,201,202). Sum of RGB (Red+Green+Blue) = 204+201+202=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CA is #333635. Grayscale: #CACACA. Windows color (decimal): -3356214 or 13289932. OLE color: 13289932.
HSL color Cylindrical-coordinate representation of color #CCC9CA: hue angle of 340º 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 #CCC9CA is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 201 | 202 | - |
CMYK | 0 | 0.01 | 0.01 | 0.2 |
HSL | 340º | 0.03% | 0.79% | - |
HSV(B) | 340º | 0.01% | 0.8% | - |
XYZ | 56.45 | 58.87 | 64.27 | - |
YUV | 202.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 202 | 0 | 0.01 | 0.01 | 0.2 | 340 | 0.03 | 0.79 |
Hex | CC | C9 | CA | 0 | 1 | 1 | 14 | 154 | 3 | 4F |
Octal | 314 | 311 | 312 | 0 | 1 | 1 | 24 | 524 | 3 | 117 |
Binary | 11001100 | 11001001 | 11001010 | 0 | 1 | 1 | 10100 | 101010100 | 11 | 1001111 |
Color Harmonies of #CCC9CA
Complementary color
Monochromatic Colors of #CCC9CA
Black with #CCC9CA
Text Example
Text Example
White with #CCC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9CA; }
p { color: rgb(204,201,202); }
H1.HeaderClassName
{
color: #CCC9CA;
}
.AnyTagClassName
{
color: #CCC9CA;
}
</style>
background-color css
<style>
a { background-color: #CCC9CA; }
a { background-color: rgb(204,201,202); }
div.DivClassName
{
background-color: #CCC9CA;
}
.BgClassName
{
background-color: #CCC9CA;
}
</style>
border-color css
<style>
span { border-color: #CCC9CA; }
span { border-color: rgb(204,201,202); }
td.TdClassName
{
border-color: #CCC9CA;
}
.TagClassName
{
border-color: #CCC9CA;
}
</style>