Shades of Twilight #C5C0C2
Tints of Twilight #C5C0C2
RGB
CMYK
RGB Variations
Color information
#C5C0C2 (or 0xC5C0C2) is known color: Twilight. HEX triplet: C5, C0 and C2. RGB value is (197,192,194). Sum of RGB (Red+Green+Blue) = 197+192+194=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0C2 is #3A3F3D. Grayscale: #C1C1C1. Windows color (decimal): -3817278 or 12763333. OLE color: 12763333.
HSL color Cylindrical-coordinate representation of color #C5C0C2: hue angle of 336º degrees, saturation: 0.04, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5C0C2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 192 | 194 | - |
CMYK | 0 | 0.03 | 0.02 | 0.23 |
HSL | 336º | 0.04% | 0.76% | - |
HSV(B) | 336º | 0.03% | 0.77% | - |
XYZ | 51.61 | 53.46 | 58.64 | - |
YUV | 193.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 192 | 194 | 0 | 0.03 | 0.02 | 0.23 | 336 | 0.04 | 0.76 |
Hex | C5 | C0 | C2 | 0 | 3 | 2 | 17 | 150 | 4 | 4C |
Octal | 305 | 300 | 302 | 0 | 3 | 2 | 27 | 520 | 4 | 114 |
Binary | 11000101 | 11000000 | 11000010 | 0 | 11 | 10 | 10111 | 101010000 | 100 | 1001100 |
Color Harmonies of #C5C0C2
Complementary color
Monochromatic Colors of #C5C0C2
Black with #C5C0C2
Text Example
Text Example
White with #C5C0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0C2; }
p { color: rgb(197,192,194); }
H1.HeaderClassName
{
color: #C5C0C2;
}
.AnyTagClassName
{
color: #C5C0C2;
}
</style>
background-color css
<style>
a { background-color: #C5C0C2; }
a { background-color: rgb(197,192,194); }
div.DivClassName
{
background-color: #C5C0C2;
}
.BgClassName
{
background-color: #C5C0C2;
}
</style>
border-color css
<style>
span { border-color: #C5C0C2; }
span { border-color: rgb(197,192,194); }
td.TdClassName
{
border-color: #C5C0C2;
}
.TagClassName
{
border-color: #C5C0C2;
}
</style>