Shades of Cloud #C8BDAD
Tints of Cloud #C8BDAD
RGB
CMYK
RGB Variations
Color information
#C8BDAD (or 0xC8BDAD) is known color: Cloud. HEX triplet: C8, BD and AD. RGB value is (200,189,173). Sum of RGB (Red+Green+Blue) = 200+189+173=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDAD is #374252. Grayscale: #BEBEBE. Windows color (decimal): -3621459 or 11386312. OLE color: 11386312.
HSL color Cylindrical-coordinate representation of color #C8BDAD: hue angle of 35.56º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BDAD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 173 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.22 |
| HSL | 35.56º | 0.2% | 0.73% | - |
| HSV(B) | 35.56º | 0.14% | 0.78% | - |
| XYZ | 49.56 | 51.69 | 46.9 | - |
| YUV | 190.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 173 | 0 | 0.06 | 0.14 | 0.22 | 35.56 | 0.2 | 0.73 |
| Hex | C8 | BD | AD | 0 | 6 | E | 16 | 24 | 14 | 49 |
| Octal | 310 | 275 | 255 | 0 | 6 | 16 | 26 | 44 | 24 | 111 |
| Binary | 11001000 | 10111101 | 10101101 | 0 | 110 | 1110 | 10110 | 100100 | 10100 | 1001001 |
Color Harmonies of #C8BDAD
Complementary color
Monochromatic Colors of #C8BDAD
Black with #C8BDAD
Text Example
Text Example
White with #C8BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDAD; }
p { color: rgb(200,189,173); }
H1.HeaderClassName
{
color: #C8BDAD;
}
.AnyTagClassName
{
color: #C8BDAD;
}
</style>
background-color css
<style>
a { background-color: #C8BDAD; }
a { background-color: rgb(200,189,173); }
div.DivClassName
{
background-color: #C8BDAD;
}
.BgClassName
{
background-color: #C8BDAD;
}
</style>
border-color css
<style>
span { border-color: #C8BDAD; }
span { border-color: rgb(200,189,173); }
td.TdClassName
{
border-color: #C8BDAD;
}
.TagClassName
{
border-color: #C8BDAD;
}
</style>