Shades of Cloud #C8BCAF
Tints of Cloud #C8BCAF
RGB
CMYK
RGB Variations
Color information
#C8BCAF (or 0xC8BCAF) is known color: Cloud. HEX triplet: C8, BC and AF. RGB value is (200,188,175). Sum of RGB (Red+Green+Blue) = 200+188+175=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCAF is #374350. Grayscale: #BEBEBE. Windows color (decimal): -3621713 or 11517128. OLE color: 11517128.
HSL color Cylindrical-coordinate representation of color #C8BCAF: hue angle of 31.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BCAF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 175 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.22 |
| HSL | 31.2º | 0.19% | 0.74% | - |
| HSV(B) | 31.2º | 0.13% | 0.78% | - |
| XYZ | 49.54 | 51.34 | 47.86 | - |
| YUV | 190.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 175 | 0 | 0.06 | 0.12 | 0.22 | 31.2 | 0.19 | 0.74 |
| Hex | C8 | BC | AF | 0 | 6 | C | 16 | 1F | 13 | 4A |
| Octal | 310 | 274 | 257 | 0 | 6 | 14 | 26 | 37 | 23 | 112 |
| Binary | 11001000 | 10111100 | 10101111 | 0 | 110 | 1100 | 10110 | 11111 | 10011 | 1001010 |
Color Harmonies of #C8BCAF
Complementary color
Monochromatic Colors of #C8BCAF
Black with #C8BCAF
Text Example
Text Example
White with #C8BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCAF; }
p { color: rgb(200,188,175); }
H1.HeaderClassName
{
color: #C8BCAF;
}
.AnyTagClassName
{
color: #C8BCAF;
}
</style>
background-color css
<style>
a { background-color: #C8BCAF; }
a { background-color: rgb(200,188,175); }
div.DivClassName
{
background-color: #C8BCAF;
}
.BgClassName
{
background-color: #C8BCAF;
}
</style>
border-color css
<style>
span { border-color: #C8BCAF; }
span { border-color: rgb(200,188,175); }
td.TdClassName
{
border-color: #C8BCAF;
}
.TagClassName
{
border-color: #C8BCAF;
}
</style>