Shades of Twilight #CCC8C9
Tints of Twilight #CCC8C9
RGB
CMYK
RGB Variations
Color information
#CCC8C9 (or 0xCCC8C9) is known color: Twilight. HEX triplet: CC, C8 and C9. RGB value is (204,200,201). Sum of RGB (Red+Green+Blue) = 204+200+201=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8C9 is #333736. Grayscale: #C9C9C9. Windows color (decimal): -3356471 or 13224140. OLE color: 13224140.
HSL color Cylindrical-coordinate representation of color #CCC8C9: hue angle of 345º degrees, saturation: 0.04, 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 #CCC8C9 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 200 | 201 | - |
CMYK | 0 | 0.02 | 0.01 | 0.2 |
HSL | 345º | 0.04% | 0.79% | - |
HSV(B) | 345º | 0.02% | 0.8% | - |
XYZ | 56.1 | 58.36 | 63.57 | - |
YUV | 201.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 200 | 201 | 0 | 0.02 | 0.01 | 0.2 | 345 | 0.04 | 0.79 |
Hex | CC | C8 | C9 | 0 | 2 | 1 | 14 | 159 | 4 | 4F |
Octal | 314 | 310 | 311 | 0 | 2 | 1 | 24 | 531 | 4 | 117 |
Binary | 11001100 | 11001000 | 11001001 | 0 | 10 | 1 | 10100 | 101011001 | 100 | 1001111 |
Color Harmonies of #CCC8C9
Complementary color
Monochromatic Colors of #CCC8C9
Black with #CCC8C9
Text Example
Text Example
White with #CCC8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8C9; }
p { color: rgb(204,200,201); }
H1.HeaderClassName
{
color: #CCC8C9;
}
.AnyTagClassName
{
color: #CCC8C9;
}
</style>
background-color css
<style>
a { background-color: #CCC8C9; }
a { background-color: rgb(204,200,201); }
div.DivClassName
{
background-color: #CCC8C9;
}
.BgClassName
{
background-color: #CCC8C9;
}
</style>
border-color css
<style>
span { border-color: #CCC8C9; }
span { border-color: rgb(204,200,201); }
td.TdClassName
{
border-color: #CCC8C9;
}
.TagClassName
{
border-color: #CCC8C9;
}
</style>