Shades of Cloud #C7BBAE
Tints of Cloud #C7BBAE
RGB
CMYK
RGB Variations
Color information
#C7BBAE (or 0xC7BBAE) is known color: Cloud. HEX triplet: C7, BB and AE. RGB value is (199,187,174). Sum of RGB (Red+Green+Blue) = 199+187+174=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BBAE is #384451. Grayscale: #BDBDBD. Windows color (decimal): -3687506 or 11451335. OLE color: 11451335.
HSL color Cylindrical-coordinate representation of color #C7BBAE: hue angle of 31.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BBAE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 187 | 174 | - |
CMYK | 0 | 0.06 | 0.13 | 0.22 |
HSL | 31.2º | 0.18% | 0.73% | - |
HSV(B) | 31.2º | 0.13% | 0.78% | - |
XYZ | 48.96 | 50.74 | 47.26 | - |
YUV | 189.11 | 119.48 | 135.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 174 | 0 | 0.06 | 0.13 | 0.22 | 31.2 | 0.18 | 0.73 |
Hex | C7 | BB | AE | 0 | 6 | D | 16 | 1F | 12 | 49 |
Octal | 307 | 273 | 256 | 0 | 6 | 15 | 26 | 37 | 22 | 111 |
Binary | 11000111 | 10111011 | 10101110 | 0 | 110 | 1101 | 10110 | 11111 | 10010 | 1001001 |
Color Harmonies of #C7BBAE
Complementary color
Monochromatic Colors of #C7BBAE
Black with #C7BBAE
Text Example
Text Example
White with #C7BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBAE; }
p { color: rgb(199,187,174); }
H1.HeaderClassName
{
color: #C7BBAE;
}
.AnyTagClassName
{
color: #C7BBAE;
}
</style>
background-color css
<style>
a { background-color: #C7BBAE; }
a { background-color: rgb(199,187,174); }
div.DivClassName
{
background-color: #C7BBAE;
}
.BgClassName
{
background-color: #C7BBAE;
}
</style>
border-color css
<style>
span { border-color: #C7BBAE; }
span { border-color: rgb(199,187,174); }
td.TdClassName
{
border-color: #C7BBAE;
}
.TagClassName
{
border-color: #C7BBAE;
}
</style>