Shades of Cloud #C0BEB9
Tints of Cloud #C0BEB9
RGB
CMYK
RGB Variations
Color information
#C0BEB9 (or 0xC0BEB9) is known color: Cloud. HEX triplet: C0, BE and B9. RGB value is (192,190,185). Sum of RGB (Red+Green+Blue) = 192+190+185=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEB9 is #3F4146. Grayscale: #BEBEBE. Windows color (decimal): -4145479 or 12172992. OLE color: 12172992.
HSL color Cylindrical-coordinate representation of color #C0BEB9: hue angle of 42.86º 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 #C0BEB9 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 190 | 185 | - |
CMYK | 0 | 0.01 | 0.04 | 0.25 |
HSL | 42.86º | 0.05% | 0.74% | - |
HSV(B) | 42.86º | 0.04% | 0.75% | - |
XYZ | 48.91 | 51.54 | 53.27 | - |
YUV | 190.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 190 | 185 | 0 | 0.01 | 0.04 | 0.25 | 42.86 | 0.05 | 0.74 |
Hex | C0 | BE | B9 | 0 | 1 | 4 | 19 | 2B | 5 | 4A |
Octal | 300 | 276 | 271 | 0 | 1 | 4 | 31 | 53 | 5 | 112 |
Binary | 11000000 | 10111110 | 10111001 | 0 | 1 | 100 | 11001 | 101011 | 101 | 1001010 |
Color Harmonies of #C0BEB9
Complementary color
Monochromatic Colors of #C0BEB9
Black with #C0BEB9
Text Example
Text Example
White with #C0BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEB9; }
p { color: rgb(192,190,185); }
H1.HeaderClassName
{
color: #C0BEB9;
}
.AnyTagClassName
{
color: #C0BEB9;
}
</style>
background-color css
<style>
a { background-color: #C0BEB9; }
a { background-color: rgb(192,190,185); }
div.DivClassName
{
background-color: #C0BEB9;
}
.BgClassName
{
background-color: #C0BEB9;
}
</style>
border-color css
<style>
span { border-color: #C0BEB9; }
span { border-color: rgb(192,190,185); }
td.TdClassName
{
border-color: #C0BEB9;
}
.TagClassName
{
border-color: #C0BEB9;
}
</style>