Shades of Cloud #C7BDAB
Tints of Cloud #C7BDAB
RGB
CMYK
RGB Variations
Color information
#C7BDAB (or 0xC7BDAB) is known color: Cloud. HEX triplet: C7, BD and AB. RGB value is (199,189,171). Sum of RGB (Red+Green+Blue) = 199+189+171=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BDAB is #384254. Grayscale: #BEBEBE. Windows color (decimal): -3686997 or 11255239. OLE color: 11255239.
HSL color Cylindrical-coordinate representation of color #C7BDAB: hue angle of 38.57º 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 #C7BDAB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 189 | 171 | - |
CMYK | 0 | 0.05 | 0.14 | 0.22 |
HSL | 38.57º | 0.2% | 0.73% | - |
HSV(B) | 38.57º | 0.14% | 0.78% | - |
XYZ | 49.1 | 51.48 | 45.88 | - |
YUV | 189.94 | 117.31 | 134.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 189 | 171 | 0 | 0.05 | 0.14 | 0.22 | 38.57 | 0.2 | 0.73 |
Hex | C7 | BD | AB | 0 | 5 | E | 16 | 27 | 14 | 49 |
Octal | 307 | 275 | 253 | 0 | 5 | 16 | 26 | 47 | 24 | 111 |
Binary | 11000111 | 10111101 | 10101011 | 0 | 101 | 1110 | 10110 | 100111 | 10100 | 1001001 |
Color Harmonies of #C7BDAB
Complementary color
Monochromatic Colors of #C7BDAB
Black with #C7BDAB
Text Example
Text Example
White with #C7BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDAB; }
p { color: rgb(199,189,171); }
H1.HeaderClassName
{
color: #C7BDAB;
}
.AnyTagClassName
{
color: #C7BDAB;
}
</style>
background-color css
<style>
a { background-color: #C7BDAB; }
a { background-color: rgb(199,189,171); }
div.DivClassName
{
background-color: #C7BDAB;
}
.BgClassName
{
background-color: #C7BDAB;
}
</style>
border-color css
<style>
span { border-color: #C7BDAB; }
span { border-color: rgb(199,189,171); }
td.TdClassName
{
border-color: #C7BDAB;
}
.TagClassName
{
border-color: #C7BDAB;
}
</style>