Shades of Cloud #C0BAB3
Tints of Cloud #C0BAB3
RGB
CMYK
RGB Variations
Color information
#C0BAB3 (or 0xC0BAB3) is known color: Cloud. HEX triplet: C0, BA and B3. RGB value is (192,186,179). Sum of RGB (Red+Green+Blue) = 192+186+179=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAB3 is #3F454C. Grayscale: #BBBBBB. Windows color (decimal): -4146509 or 11778752. OLE color: 11778752.
HSL color Cylindrical-coordinate representation of color #C0BAB3: hue angle of 32.31º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BAB3 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 186 | 179 | - |
CMYK | 0 | 0.03 | 0.07 | 0.25 |
HSL | 32.31º | 0.09% | 0.73% | - |
HSV(B) | 32.31º | 0.07% | 0.75% | - |
XYZ | 47.43 | 49.58 | 49.72 | - |
YUV | 187 | 123.49 | 131.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 186 | 179 | 0 | 0.03 | 0.07 | 0.25 | 32.31 | 0.09 | 0.73 |
Hex | C0 | BA | B3 | 0 | 3 | 7 | 19 | 20 | 9 | 49 |
Octal | 300 | 272 | 263 | 0 | 3 | 7 | 31 | 40 | 11 | 111 |
Binary | 11000000 | 10111010 | 10110011 | 0 | 11 | 111 | 11001 | 100000 | 1001 | 1001001 |
Color Harmonies of #C0BAB3
Complementary color
Monochromatic Colors of #C0BAB3
Black with #C0BAB3
Text Example
Text Example
White with #C0BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAB3; }
p { color: rgb(192,186,179); }
H1.HeaderClassName
{
color: #C0BAB3;
}
.AnyTagClassName
{
color: #C0BAB3;
}
</style>
background-color css
<style>
a { background-color: #C0BAB3; }
a { background-color: rgb(192,186,179); }
div.DivClassName
{
background-color: #C0BAB3;
}
.BgClassName
{
background-color: #C0BAB3;
}
</style>
border-color css
<style>
span { border-color: #C0BAB3; }
span { border-color: rgb(192,186,179); }
td.TdClassName
{
border-color: #C0BAB3;
}
.TagClassName
{
border-color: #C0BAB3;
}
</style>