Shades of Cloud #C8BCAE
Tints of Cloud #C8BCAE
RGB
CMYK
RGB Variations
Color information
#C8BCAE (or 0xC8BCAE) is known color: Cloud. HEX triplet: C8, BC and AE. RGB value is (200,188,174). Sum of RGB (Red+Green+Blue) = 200+188+174=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCAE is #374351. Grayscale: #BEBEBE. Windows color (decimal): -3621714 or 11451592. OLE color: 11451592.
HSL color Cylindrical-coordinate representation of color #C8BCAE: hue angle of 32.31º degrees, saturation: 0.19, 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 #C8BCAE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 174 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.22 |
| HSL | 32.31º | 0.19% | 0.73% | - |
| HSV(B) | 32.31º | 0.13% | 0.78% | - |
| XYZ | 49.44 | 51.3 | 47.34 | - |
| YUV | 189.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 174 | 0 | 0.06 | 0.13 | 0.22 | 32.31 | 0.19 | 0.73 |
| Hex | C8 | BC | AE | 0 | 6 | D | 16 | 20 | 13 | 49 |
| Octal | 310 | 274 | 256 | 0 | 6 | 15 | 26 | 40 | 23 | 111 |
| Binary | 11001000 | 10111100 | 10101110 | 0 | 110 | 1101 | 10110 | 100000 | 10011 | 1001001 |
Color Harmonies of #C8BCAE
Complementary color
Monochromatic Colors of #C8BCAE
Black with #C8BCAE
Text Example
Text Example
White with #C8BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCAE; }
p { color: rgb(200,188,174); }
H1.HeaderClassName
{
color: #C8BCAE;
}
.AnyTagClassName
{
color: #C8BCAE;
}
</style>
background-color css
<style>
a { background-color: #C8BCAE; }
a { background-color: rgb(200,188,174); }
div.DivClassName
{
background-color: #C8BCAE;
}
.BgClassName
{
background-color: #C8BCAE;
}
</style>
border-color css
<style>
span { border-color: #C8BCAE; }
span { border-color: rgb(200,188,174); }
td.TdClassName
{
border-color: #C8BCAE;
}
.TagClassName
{
border-color: #C8BCAE;
}
</style>