Shades of Cloud #C8BFAF
Tints of Cloud #C8BFAF
RGB
CMYK
RGB Variations
Color information
#C8BFAF (or 0xC8BFAF) is known color: Cloud. HEX triplet: C8, BF and AF. RGB value is (200,191,175). Sum of RGB (Red+Green+Blue) = 200+191+175=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFAF is #374050. Grayscale: #BFBFBF. Windows color (decimal): -3620945 or 11517896. OLE color: 11517896.
HSL color Cylindrical-coordinate representation of color #C8BFAF: hue angle of 38.4º 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 #C8BFAF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 175 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.22 |
| HSL | 38.4º | 0.19% | 0.74% | - |
| HSV(B) | 38.4º | 0.13% | 0.78% | - |
| XYZ | 50.19 | 52.64 | 48.07 | - |
| YUV | 191.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 175 | 0 | 0.04 | 0.12 | 0.22 | 38.4 | 0.19 | 0.74 |
| Hex | C8 | BF | AF | 0 | 4 | C | 16 | 26 | 13 | 4A |
| Octal | 310 | 277 | 257 | 0 | 4 | 14 | 26 | 46 | 23 | 112 |
| Binary | 11001000 | 10111111 | 10101111 | 0 | 100 | 1100 | 10110 | 100110 | 10011 | 1001010 |
Color Harmonies of #C8BFAF
Complementary color
Monochromatic Colors of #C8BFAF
Black with #C8BFAF
Text Example
Text Example
White with #C8BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFAF; }
p { color: rgb(200,191,175); }
H1.HeaderClassName
{
color: #C8BFAF;
}
.AnyTagClassName
{
color: #C8BFAF;
}
</style>
background-color css
<style>
a { background-color: #C8BFAF; }
a { background-color: rgb(200,191,175); }
div.DivClassName
{
background-color: #C8BFAF;
}
.BgClassName
{
background-color: #C8BFAF;
}
</style>
border-color css
<style>
span { border-color: #C8BFAF; }
span { border-color: rgb(200,191,175); }
td.TdClassName
{
border-color: #C8BFAF;
}
.TagClassName
{
border-color: #C8BFAF;
}
</style>