Shades of Twilight #CCC7CA
Tints of Twilight #CCC7CA
RGB
CMYK
RGB Variations
Color information
#CCC7CA (or 0xCCC7CA) is known color: Twilight. HEX triplet: CC, C7 and CA. RGB value is (204,199,202). Sum of RGB (Red+Green+Blue) = 204+199+202=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7CA is #333835. Grayscale: #C8C8C8. Windows color (decimal): -3356726 or 13289420. OLE color: 13289420.
HSL color Cylindrical-coordinate representation of color #CCC7CA: hue angle of 324º 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 #CCC7CA is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 202 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.2 |
| HSL | 324º | 0.05% | 0.79% | - |
| HSV(B) | 324º | 0.02% | 0.8% | - |
| XYZ | 55.99 | 57.95 | 64.11 | - |
| YUV | 200.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 202 | 0 | 0.02 | 0.01 | 0.2 | 324 | 0.05 | 0.79 |
| Hex | CC | C7 | CA | 0 | 2 | 1 | 14 | 144 | 5 | 4F |
| Octal | 314 | 307 | 312 | 0 | 2 | 1 | 24 | 504 | 5 | 117 |
| Binary | 11001100 | 11000111 | 11001010 | 0 | 10 | 1 | 10100 | 101000100 | 101 | 1001111 |
Color Harmonies of #CCC7CA
Complementary color
Monochromatic Colors of #CCC7CA
Black with #CCC7CA
Text Example
Text Example
White with #CCC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7CA; }
p { color: rgb(204,199,202); }
H1.HeaderClassName
{
color: #CCC7CA;
}
.AnyTagClassName
{
color: #CCC7CA;
}
</style>
background-color css
<style>
a { background-color: #CCC7CA; }
a { background-color: rgb(204,199,202); }
div.DivClassName
{
background-color: #CCC7CA;
}
.BgClassName
{
background-color: #CCC7CA;
}
</style>
border-color css
<style>
span { border-color: #CCC7CA; }
span { border-color: rgb(204,199,202); }
td.TdClassName
{
border-color: #CCC7CA;
}
.TagClassName
{
border-color: #CCC7CA;
}
</style>