Shades of Cloud #C7BFB3
Tints of Cloud #C7BFB3
RGB
CMYK
RGB Variations
Color information
#C7BFB3 (or 0xC7BFB3) is known color: Cloud. HEX triplet: C7, BF and B3. RGB value is (199,191,179). Sum of RGB (Red+Green+Blue) = 199+191+179=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFB3 is #38404C. Grayscale: #C0C0C0. Windows color (decimal): -3686477 or 11780039. OLE color: 11780039.
HSL color Cylindrical-coordinate representation of color #C7BFB3: hue angle of 36º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BFB3 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 179 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.22 |
| HSL | 36º | 0.15% | 0.74% | - |
| HSV(B) | 36º | 0.1% | 0.78% | - |
| XYZ | 50.32 | 52.66 | 50.16 | - |
| YUV | 192.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 179 | 0 | 0.04 | 0.10 | 0.22 | 36 | 0.15 | 0.74 |
| Hex | C7 | BF | B3 | 0 | 4 | A | 16 | 24 | F | 4A |
| Octal | 307 | 277 | 263 | 0 | 4 | 12 | 26 | 44 | 17 | 112 |
| Binary | 11000111 | 10111111 | 10110011 | 0 | 100 | 1010 | 10110 | 100100 | 1111 | 1001010 |
Color Harmonies of #C7BFB3
Complementary color
Monochromatic Colors of #C7BFB3
Black with #C7BFB3
Text Example
Text Example
White with #C7BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFB3; }
p { color: rgb(199,191,179); }
H1.HeaderClassName
{
color: #C7BFB3;
}
.AnyTagClassName
{
color: #C7BFB3;
}
</style>
background-color css
<style>
a { background-color: #C7BFB3; }
a { background-color: rgb(199,191,179); }
div.DivClassName
{
background-color: #C7BFB3;
}
.BgClassName
{
background-color: #C7BFB3;
}
</style>
border-color css
<style>
span { border-color: #C7BFB3; }
span { border-color: rgb(199,191,179); }
td.TdClassName
{
border-color: #C7BFB3;
}
.TagClassName
{
border-color: #C7BFB3;
}
</style>