Shades of Cloud #C8BDAF
Tints of Cloud #C8BDAF
RGB
CMYK
RGB Variations
Color information
#C8BDAF (or 0xC8BDAF) is known color: Cloud. HEX triplet: C8, BD and AF. RGB value is (200,189,175). Sum of RGB (Red+Green+Blue) = 200+189+175=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDAF is #374250. Grayscale: #BEBEBE. Windows color (decimal): -3621457 or 11517384. OLE color: 11517384.
HSL color Cylindrical-coordinate representation of color #C8BDAF: hue angle of 33.6º 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 #C8BDAF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 175 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.22 |
| HSL | 33.6º | 0.19% | 0.74% | - |
| HSV(B) | 33.6º | 0.13% | 0.78% | - |
| XYZ | 49.75 | 51.77 | 47.93 | - |
| YUV | 190.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 175 | 0 | 0.06 | 0.12 | 0.22 | 33.6 | 0.19 | 0.74 |
| Hex | C8 | BD | AF | 0 | 6 | C | 16 | 22 | 13 | 4A |
| Octal | 310 | 275 | 257 | 0 | 6 | 14 | 26 | 42 | 23 | 112 |
| Binary | 11001000 | 10111101 | 10101111 | 0 | 110 | 1100 | 10110 | 100010 | 10011 | 1001010 |
Color Harmonies of #C8BDAF
Complementary color
Monochromatic Colors of #C8BDAF
Black with #C8BDAF
Text Example
Text Example
White with #C8BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDAF; }
p { color: rgb(200,189,175); }
H1.HeaderClassName
{
color: #C8BDAF;
}
.AnyTagClassName
{
color: #C8BDAF;
}
</style>
background-color css
<style>
a { background-color: #C8BDAF; }
a { background-color: rgb(200,189,175); }
div.DivClassName
{
background-color: #C8BDAF;
}
.BgClassName
{
background-color: #C8BDAF;
}
</style>
border-color css
<style>
span { border-color: #C8BDAF; }
span { border-color: rgb(200,189,175); }
td.TdClassName
{
border-color: #C8BDAF;
}
.TagClassName
{
border-color: #C8BDAF;
}
</style>