Shades of Cloud #CBC0B0
Tints of Cloud #CBC0B0
RGB
CMYK
RGB Variations
Color information
#CBC0B0 (or 0xCBC0B0) is known color: Cloud. HEX triplet: CB, C0 and B0. RGB value is (203,192,176). Sum of RGB (Red+Green+Blue) = 203+192+176=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0B0 is #343F4F. Grayscale: #C1C1C1. Windows color (decimal): -3424080 or 11583691. OLE color: 11583691.
HSL color Cylindrical-coordinate representation of color #CBC0B0: hue angle of 35.56º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC0B0 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 176 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.20 |
| HSL | 35.56º | 0.21% | 0.74% | - |
| HSV(B) | 35.56º | 0.13% | 0.8% | - |
| XYZ | 51.31 | 53.53 | 48.7 | - |
| YUV | 193.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 176 | 0 | 0.05 | 0.13 | 0.20 | 35.56 | 0.21 | 0.74 |
| Hex | CB | C0 | B0 | 0 | 5 | D | 14 | 24 | 15 | 4A |
| Octal | 313 | 300 | 260 | 0 | 5 | 15 | 24 | 44 | 25 | 112 |
| Binary | 11001011 | 11000000 | 10110000 | 0 | 101 | 1101 | 10100 | 100100 | 10101 | 1001010 |
Color Harmonies of #CBC0B0
Complementary color
Monochromatic Colors of #CBC0B0
Black with #CBC0B0
Text Example
Text Example
White with #CBC0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0B0; }
p { color: rgb(203,192,176); }
H1.HeaderClassName
{
color: #CBC0B0;
}
.AnyTagClassName
{
color: #CBC0B0;
}
</style>
background-color css
<style>
a { background-color: #CBC0B0; }
a { background-color: rgb(203,192,176); }
div.DivClassName
{
background-color: #CBC0B0;
}
.BgClassName
{
background-color: #CBC0B0;
}
</style>
border-color css
<style>
span { border-color: #CBC0B0; }
span { border-color: rgb(203,192,176); }
td.TdClassName
{
border-color: #CBC0B0;
}
.TagClassName
{
border-color: #CBC0B0;
}
</style>