Shades of Cloud #C7C0B5
Tints of Cloud #C7C0B5
RGB
CMYK
RGB Variations
Color information
#C7C0B5 (or 0xC7C0B5) is known color: Cloud. HEX triplet: C7, C0 and B5. RGB value is (199,192,181). Sum of RGB (Red+Green+Blue) = 199+192+181=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0B5 is #383F4A. Grayscale: #C0C0C0. Windows color (decimal): -3686219 or 11911367. OLE color: 11911367.
HSL color Cylindrical-coordinate representation of color #C7C0B5: hue angle of 36.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7C0B5 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 192 | 181 | - |
CMYK | 0 | 0.04 | 0.09 | 0.22 |
HSL | 36.67º | 0.14% | 0.75% | - |
HSV(B) | 36.67º | 0.09% | 0.78% | - |
XYZ | 50.74 | 53.18 | 51.31 | - |
YUV | 192.84 | 121.32 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 192 | 181 | 0 | 0.04 | 0.09 | 0.22 | 36.67 | 0.14 | 0.75 |
Hex | C7 | C0 | B5 | 0 | 4 | 9 | 16 | 25 | E | 4B |
Octal | 307 | 300 | 265 | 0 | 4 | 11 | 26 | 45 | 16 | 113 |
Binary | 11000111 | 11000000 | 10110101 | 0 | 100 | 1001 | 10110 | 100101 | 1110 | 1001011 |
Color Harmonies of #C7C0B5
Complementary color
Monochromatic Colors of #C7C0B5
Black with #C7C0B5
Text Example
Text Example
White with #C7C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0B5; }
p { color: rgb(199,192,181); }
H1.HeaderClassName
{
color: #C7C0B5;
}
.AnyTagClassName
{
color: #C7C0B5;
}
</style>
background-color css
<style>
a { background-color: #C7C0B5; }
a { background-color: rgb(199,192,181); }
div.DivClassName
{
background-color: #C7C0B5;
}
.BgClassName
{
background-color: #C7C0B5;
}
</style>
border-color css
<style>
span { border-color: #C7C0B5; }
span { border-color: rgb(199,192,181); }
td.TdClassName
{
border-color: #C7C0B5;
}
.TagClassName
{
border-color: #C7C0B5;
}
</style>