Shades of Blue Haze #C3C0CF
Tints of Blue Haze #C3C0CF
RGB
CMYK
RGB Variations
Color information
#C3C0CF (or 0xC3C0CF) is known color: Blue Haze. HEX triplet: C3, C0 and CF. RGB value is (195,192,207). Sum of RGB (Red+Green+Blue) = 195+192+207=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0CF is #3C3F30. Grayscale: #C2C2C2. Windows color (decimal): -3948337 or 13615299. OLE color: 13615299.
HSL color Cylindrical-coordinate representation of color #C3C0CF: hue angle of 252º 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 #C3C0CF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 192 | 207 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.19 |
| HSL | 252º | 0.14% | 0.78% | - |
| HSV(B) | 252º | 0.07% | 0.81% | - |
| XYZ | 52.62 | 53.81 | 66.64 | - |
| YUV | 194.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 207 | 0.06 | 0.07 | 0 | 0.19 | 252 | 0.14 | 0.78 |
| Hex | C3 | C0 | CF | 6 | 7 | 0 | 13 | FC | E | 4E |
| Octal | 303 | 300 | 317 | 6 | 7 | 0 | 23 | 374 | 16 | 116 |
| Binary | 11000011 | 11000000 | 11001111 | 110 | 111 | 0 | 10011 | 11111100 | 1110 | 1001110 |
Color Harmonies of #C3C0CF
Complementary color
Monochromatic Colors of #C3C0CF
Black with #C3C0CF
Text Example
Text Example
White with #C3C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0CF; }
p { color: rgb(195,192,207); }
H1.HeaderClassName
{
color: #C3C0CF;
}
.AnyTagClassName
{
color: #C3C0CF;
}
</style>
background-color css
<style>
a { background-color: #C3C0CF; }
a { background-color: rgb(195,192,207); }
div.DivClassName
{
background-color: #C3C0CF;
}
.BgClassName
{
background-color: #C3C0CF;
}
</style>
border-color css
<style>
span { border-color: #C3C0CF; }
span { border-color: rgb(195,192,207); }
td.TdClassName
{
border-color: #C3C0CF;
}
.TagClassName
{
border-color: #C3C0CF;
}
</style>