Shades of Cloud #C8BCAD
Tints of Cloud #C8BCAD
RGB
CMYK
RGB Variations
Color information
#C8BCAD (or 0xC8BCAD) is known color: Cloud. HEX triplet: C8, BC and AD. RGB value is (200,188,173). Sum of RGB (Red+Green+Blue) = 200+188+173=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCAD is #374352. Grayscale: #BDBDBD. Windows color (decimal): -3621715 or 11386056. OLE color: 11386056.
HSL color Cylindrical-coordinate representation of color #C8BCAD: hue angle of 33.33º 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 #C8BCAD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 173 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.22 |
| HSL | 33.33º | 0.2% | 0.73% | - |
| HSV(B) | 33.33º | 0.14% | 0.78% | - |
| XYZ | 49.35 | 51.26 | 46.83 | - |
| YUV | 189.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 173 | 0 | 0.06 | 0.14 | 0.22 | 33.33 | 0.2 | 0.73 |
| Hex | C8 | BC | AD | 0 | 6 | E | 16 | 21 | 14 | 49 |
| Octal | 310 | 274 | 255 | 0 | 6 | 16 | 26 | 41 | 24 | 111 |
| Binary | 11001000 | 10111100 | 10101101 | 0 | 110 | 1110 | 10110 | 100001 | 10100 | 1001001 |
Color Harmonies of #C8BCAD
Complementary color
Monochromatic Colors of #C8BCAD
Black with #C8BCAD
Text Example
Text Example
White with #C8BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCAD; }
p { color: rgb(200,188,173); }
H1.HeaderClassName
{
color: #C8BCAD;
}
.AnyTagClassName
{
color: #C8BCAD;
}
</style>
background-color css
<style>
a { background-color: #C8BCAD; }
a { background-color: rgb(200,188,173); }
div.DivClassName
{
background-color: #C8BCAD;
}
.BgClassName
{
background-color: #C8BCAD;
}
</style>
border-color css
<style>
span { border-color: #C8BCAD; }
span { border-color: rgb(200,188,173); }
td.TdClassName
{
border-color: #C8BCAD;
}
.TagClassName
{
border-color: #C8BCAD;
}
</style>