Shades of Cloud #C7C2B6
Tints of Cloud #C7C2B6
RGB
CMYK
RGB Variations
Color information
#C7C2B6 (or 0xC7C2B6) is known color: Cloud. HEX triplet: C7, C2 and B6. RGB value is (199,194,182). Sum of RGB (Red+Green+Blue) = 199+194+182=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2B6 is #383D49. Grayscale: #C2C2C2. Windows color (decimal): -3685706 or 11977415. OLE color: 11977415.
HSL color Cylindrical-coordinate representation of color #C7C2B6: hue angle of 42.35º degrees, saturation: 0.13, 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 #C7C2B6 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 194 | 182 | - |
CMYK | 0 | 0.03 | 0.09 | 0.22 |
HSL | 42.35º | 0.13% | 0.75% | - |
HSV(B) | 42.35º | 0.09% | 0.78% | - |
XYZ | 51.29 | 54.1 | 52 | - |
YUV | 194.13 | 121.16 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 194 | 182 | 0 | 0.03 | 0.09 | 0.22 | 42.35 | 0.13 | 0.75 |
Hex | C7 | C2 | B6 | 0 | 3 | 9 | 16 | 2A | D | 4B |
Octal | 307 | 302 | 266 | 0 | 3 | 11 | 26 | 52 | 15 | 113 |
Binary | 11000111 | 11000010 | 10110110 | 0 | 11 | 1001 | 10110 | 101010 | 1101 | 1001011 |
Color Harmonies of #C7C2B6
Complementary color
Monochromatic Colors of #C7C2B6
Black with #C7C2B6
Text Example
Text Example
White with #C7C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2B6; }
p { color: rgb(199,194,182); }
H1.HeaderClassName
{
color: #C7C2B6;
}
.AnyTagClassName
{
color: #C7C2B6;
}
</style>
background-color css
<style>
a { background-color: #C7C2B6; }
a { background-color: rgb(199,194,182); }
div.DivClassName
{
background-color: #C7C2B6;
}
.BgClassName
{
background-color: #C7C2B6;
}
</style>
border-color css
<style>
span { border-color: #C7C2B6; }
span { border-color: rgb(199,194,182); }
td.TdClassName
{
border-color: #C7C2B6;
}
.TagClassName
{
border-color: #C7C2B6;
}
</style>