Shades of Cloud #C1C0BE
Tints of Cloud #C1C0BE
RGB
CMYK
RGB Variations
Color information
#C1C0BE (or 0xC1C0BE) is known color: Cloud. HEX triplet: C1, C0 and BE. RGB value is (193,192,190). Sum of RGB (Red+Green+Blue) = 193+192+190=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C0BE is #3E3F41. Grayscale: #C0C0C0. Windows color (decimal): -4079426 or 12501185. OLE color: 12501185.
HSL color Cylindrical-coordinate representation of color #C1C0BE: hue angle of 40º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C1C0BE is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 192 | 190 | - |
CMYK | 0 | 0.01 | 0.02 | 0.24 |
HSL | 40º | 0.02% | 0.75% | - |
HSV(B) | 40º | 0.02% | 0.76% | - |
XYZ | 50.14 | 52.75 | 56.26 | - |
YUV | 192.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 192 | 190 | 0 | 0.01 | 0.02 | 0.24 | 40 | 0.02 | 0.75 |
Hex | C1 | C0 | BE | 0 | 1 | 2 | 18 | 28 | 2 | 4B |
Octal | 301 | 300 | 276 | 0 | 1 | 2 | 30 | 50 | 2 | 113 |
Binary | 11000001 | 11000000 | 10111110 | 0 | 1 | 10 | 11000 | 101000 | 10 | 1001011 |
Color Harmonies of #C1C0BE
Complementary color
Monochromatic Colors of #C1C0BE
Black with #C1C0BE
Text Example
Text Example
White with #C1C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C0BE; }
p { color: rgb(193,192,190); }
H1.HeaderClassName
{
color: #C1C0BE;
}
.AnyTagClassName
{
color: #C1C0BE;
}
</style>
background-color css
<style>
a { background-color: #C1C0BE; }
a { background-color: rgb(193,192,190); }
div.DivClassName
{
background-color: #C1C0BE;
}
.BgClassName
{
background-color: #C1C0BE;
}
</style>
border-color css
<style>
span { border-color: #C1C0BE; }
span { border-color: rgb(193,192,190); }
td.TdClassName
{
border-color: #C1C0BE;
}
.TagClassName
{
border-color: #C1C0BE;
}
</style>