Shades of Cloud #C7BCAC
Tints of Cloud #C7BCAC
RGB
CMYK
RGB Variations
Color information
#C7BCAC (or 0xC7BCAC) is known color: Cloud. HEX triplet: C7, BC and AC. RGB value is (199,188,172). Sum of RGB (Red+Green+Blue) = 199+188+172=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BCAC is #384353. Grayscale: #BDBDBD. Windows color (decimal): -3687252 or 11320519. OLE color: 11320519.
HSL color Cylindrical-coordinate representation of color #C7BCAC: hue angle of 35.56º degrees, saturation: 0.19, 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 #C7BCAC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 188 | 172 | - |
CMYK | 0 | 0.06 | 0.14 | 0.22 |
HSL | 35.56º | 0.19% | 0.73% | - |
HSV(B) | 35.56º | 0.14% | 0.78% | - |
XYZ | 48.98 | 51.09 | 46.31 | - |
YUV | 189.47 | 118.14 | 134.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 188 | 172 | 0 | 0.06 | 0.14 | 0.22 | 35.56 | 0.19 | 0.73 |
Hex | C7 | BC | AC | 0 | 6 | E | 16 | 24 | 13 | 49 |
Octal | 307 | 274 | 254 | 0 | 6 | 16 | 26 | 44 | 23 | 111 |
Binary | 11000111 | 10111100 | 10101100 | 0 | 110 | 1110 | 10110 | 100100 | 10011 | 1001001 |
Color Harmonies of #C7BCAC
Complementary color
Monochromatic Colors of #C7BCAC
Black with #C7BCAC
Text Example
Text Example
White with #C7BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCAC; }
p { color: rgb(199,188,172); }
H1.HeaderClassName
{
color: #C7BCAC;
}
.AnyTagClassName
{
color: #C7BCAC;
}
</style>
background-color css
<style>
a { background-color: #C7BCAC; }
a { background-color: rgb(199,188,172); }
div.DivClassName
{
background-color: #C7BCAC;
}
.BgClassName
{
background-color: #C7BCAC;
}
</style>
border-color css
<style>
span { border-color: #C7BCAC; }
span { border-color: rgb(199,188,172); }
td.TdClassName
{
border-color: #C7BCAC;
}
.TagClassName
{
border-color: #C7BCAC;
}
</style>