Shades of Cloud #C8BFAC
Tints of Cloud #C8BFAC
RGB
CMYK
RGB Variations
Color information
#C8BFAC (or 0xC8BFAC) is known color: Cloud. HEX triplet: C8, BF and AC. RGB value is (200,191,172). Sum of RGB (Red+Green+Blue) = 200+191+172=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFAC is #374053. Grayscale: #BFBFBF. Windows color (decimal): -3620948 or 11321288. OLE color: 11321288.
HSL color Cylindrical-coordinate representation of color #C8BFAC: hue angle of 40.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BFAC is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 172 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.22 |
| HSL | 40.71º | 0.2% | 0.73% | - |
| HSV(B) | 40.71º | 0.14% | 0.78% | - |
| XYZ | 49.9 | 52.52 | 46.54 | - |
| YUV | 191.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 172 | 0 | 0.04 | 0.14 | 0.22 | 40.71 | 0.2 | 0.73 |
| Hex | C8 | BF | AC | 0 | 4 | E | 16 | 29 | 14 | 49 |
| Octal | 310 | 277 | 254 | 0 | 4 | 16 | 26 | 51 | 24 | 111 |
| Binary | 11001000 | 10111111 | 10101100 | 0 | 100 | 1110 | 10110 | 101001 | 10100 | 1001001 |
Color Harmonies of #C8BFAC
Complementary color
Monochromatic Colors of #C8BFAC
Black with #C8BFAC
Text Example
Text Example
White with #C8BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFAC; }
p { color: rgb(200,191,172); }
H1.HeaderClassName
{
color: #C8BFAC;
}
.AnyTagClassName
{
color: #C8BFAC;
}
</style>
background-color css
<style>
a { background-color: #C8BFAC; }
a { background-color: rgb(200,191,172); }
div.DivClassName
{
background-color: #C8BFAC;
}
.BgClassName
{
background-color: #C8BFAC;
}
</style>
border-color css
<style>
span { border-color: #C8BFAC; }
span { border-color: rgb(200,191,172); }
td.TdClassName
{
border-color: #C8BFAC;
}
.TagClassName
{
border-color: #C8BFAC;
}
</style>