Shades of Blue Haze #C2C0CF
Tints of Blue Haze #C2C0CF
RGB
CMYK
RGB Variations
Color information
#C2C0CF (or 0xC2C0CF) is known color: Blue Haze. HEX triplet: C2, C0 and CF. RGB value is (194,192,207). Sum of RGB (Red+Green+Blue) = 194+192+207=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0CF is #3D3F30. Grayscale: #C2C2C2. Windows color (decimal): -4013873 or 13615298. OLE color: 13615298.
HSL color Cylindrical-coordinate representation of color #C2C0CF: hue angle of 248º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2C0CF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 192 | 207 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.19 |
| HSL | 248º | 0.14% | 0.78% | - |
| HSV(B) | 248º | 0.07% | 0.81% | - |
| XYZ | 52.36 | 53.67 | 66.63 | - |
| YUV | 194.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 207 | 0.06 | 0.07 | 0 | 0.19 | 248 | 0.14 | 0.78 |
| Hex | C2 | C0 | CF | 6 | 7 | 0 | 13 | F8 | E | 4E |
| Octal | 302 | 300 | 317 | 6 | 7 | 0 | 23 | 370 | 16 | 116 |
| Binary | 11000010 | 11000000 | 11001111 | 110 | 111 | 0 | 10011 | 11111000 | 1110 | 1001110 |
Color Harmonies of #C2C0CF
Complementary color
Monochromatic Colors of #C2C0CF
Black with #C2C0CF
Text Example
Text Example
White with #C2C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0CF; }
p { color: rgb(194,192,207); }
H1.HeaderClassName
{
color: #C2C0CF;
}
.AnyTagClassName
{
color: #C2C0CF;
}
</style>
background-color css
<style>
a { background-color: #C2C0CF; }
a { background-color: rgb(194,192,207); }
div.DivClassName
{
background-color: #C2C0CF;
}
.BgClassName
{
background-color: #C2C0CF;
}
</style>
border-color css
<style>
span { border-color: #C2C0CF; }
span { border-color: rgb(194,192,207); }
td.TdClassName
{
border-color: #C2C0CF;
}
.TagClassName
{
border-color: #C2C0CF;
}
</style>