Shades of Cloud #C0BDB9
Tints of Cloud #C0BDB9
RGB
CMYK
RGB Variations
Color information
#C0BDB9 (or 0xC0BDB9) is known color: Cloud. HEX triplet: C0, BD and B9. RGB value is (192,189,185). Sum of RGB (Red+Green+Blue) = 192+189+185=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDB9 is #3F4246. Grayscale: #BDBDBD. Windows color (decimal): -4145735 or 12172736. OLE color: 12172736.
HSL color Cylindrical-coordinate representation of color #C0BDB9: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0BDB9 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 185 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.25 |
| HSL | 34.29º | 0.05% | 0.74% | - |
| HSV(B) | 34.29º | 0.04% | 0.75% | - |
| XYZ | 48.69 | 51.1 | 53.2 | - |
| YUV | 189.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 185 | 0 | 0.02 | 0.04 | 0.25 | 34.29 | 0.05 | 0.74 |
| Hex | C0 | BD | B9 | 0 | 2 | 4 | 19 | 22 | 5 | 4A |
| Octal | 300 | 275 | 271 | 0 | 2 | 4 | 31 | 42 | 5 | 112 |
| Binary | 11000000 | 10111101 | 10111001 | 0 | 10 | 100 | 11001 | 100010 | 101 | 1001010 |
Color Harmonies of #C0BDB9
Complementary color
Monochromatic Colors of #C0BDB9
Black with #C0BDB9
Text Example
Text Example
White with #C0BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDB9; }
p { color: rgb(192,189,185); }
H1.HeaderClassName
{
color: #C0BDB9;
}
.AnyTagClassName
{
color: #C0BDB9;
}
</style>
background-color css
<style>
a { background-color: #C0BDB9; }
a { background-color: rgb(192,189,185); }
div.DivClassName
{
background-color: #C0BDB9;
}
.BgClassName
{
background-color: #C0BDB9;
}
</style>
border-color css
<style>
span { border-color: #C0BDB9; }
span { border-color: rgb(192,189,185); }
td.TdClassName
{
border-color: #C0BDB9;
}
.TagClassName
{
border-color: #C0BDB9;
}
</style>