Shades of Cloud #C7BDA9
Tints of Cloud #C7BDA9
RGB
CMYK
RGB Variations
Color information
#C7BDA9 (or 0xC7BDA9) is known color: Cloud. HEX triplet: C7, BD and A9. RGB value is (199,189,169). Sum of RGB (Red+Green+Blue) = 199+189+169=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BDA9 is #384256. Grayscale: #BDBDBD. Windows color (decimal): -3686999 or 11124167. OLE color: 11124167.
HSL color Cylindrical-coordinate representation of color #C7BDA9: hue angle of 40º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BDA9 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 169 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.22 |
| HSL | 40º | 0.21% | 0.72% | - |
| HSV(B) | 40º | 0.15% | 0.78% | - |
| XYZ | 48.91 | 51.4 | 44.88 | - |
| YUV | 189.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 169 | 0 | 0.05 | 0.15 | 0.22 | 40 | 0.21 | 0.72 |
| Hex | C7 | BD | A9 | 0 | 5 | F | 16 | 28 | 15 | 48 |
| Octal | 307 | 275 | 251 | 0 | 5 | 17 | 26 | 50 | 25 | 110 |
| Binary | 11000111 | 10111101 | 10101001 | 0 | 101 | 1111 | 10110 | 101000 | 10101 | 1001000 |
Color Harmonies of #C7BDA9
Complementary color
Monochromatic Colors of #C7BDA9
Black with #C7BDA9
Text Example
Text Example
White with #C7BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDA9; }
p { color: rgb(199,189,169); }
H1.HeaderClassName
{
color: #C7BDA9;
}
.AnyTagClassName
{
color: #C7BDA9;
}
</style>
background-color css
<style>
a { background-color: #C7BDA9; }
a { background-color: rgb(199,189,169); }
div.DivClassName
{
background-color: #C7BDA9;
}
.BgClassName
{
background-color: #C7BDA9;
}
</style>
border-color css
<style>
span { border-color: #C7BDA9; }
span { border-color: rgb(199,189,169); }
td.TdClassName
{
border-color: #C7BDA9;
}
.TagClassName
{
border-color: #C7BDA9;
}
</style>