Shades of Cloud #C7C1B4
Tints of Cloud #C7C1B4
RGB
CMYK
RGB Variations
Color information
#C7C1B4 (or 0xC7C1B4) is known color: Cloud. HEX triplet: C7, C1 and B4. RGB value is (199,193,180). Sum of RGB (Red+Green+Blue) = 199+193+180=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1B4 is #383E4B. Grayscale: #C1C1C1. Windows color (decimal): -3685964 or 11846087. OLE color: 11846087.
HSL color Cylindrical-coordinate representation of color #C7C1B4: hue angle of 41.05º 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 #C7C1B4 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 180 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.22 |
| HSL | 41.05º | 0.15% | 0.74% | - |
| HSV(B) | 41.05º | 0.1% | 0.78% | - |
| XYZ | 50.86 | 53.58 | 50.84 | - |
| YUV | 193.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 180 | 0 | 0.03 | 0.10 | 0.22 | 41.05 | 0.15 | 0.74 |
| Hex | C7 | C1 | B4 | 0 | 3 | A | 16 | 29 | F | 4A |
| Octal | 307 | 301 | 264 | 0 | 3 | 12 | 26 | 51 | 17 | 112 |
| Binary | 11000111 | 11000001 | 10110100 | 0 | 11 | 1010 | 10110 | 101001 | 1111 | 1001010 |
Color Harmonies of #C7C1B4
Complementary color
Monochromatic Colors of #C7C1B4
Black with #C7C1B4
Text Example
Text Example
White with #C7C1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1B4; }
p { color: rgb(199,193,180); }
H1.HeaderClassName
{
color: #C7C1B4;
}
.AnyTagClassName
{
color: #C7C1B4;
}
</style>
background-color css
<style>
a { background-color: #C7C1B4; }
a { background-color: rgb(199,193,180); }
div.DivClassName
{
background-color: #C7C1B4;
}
.BgClassName
{
background-color: #C7C1B4;
}
</style>
border-color css
<style>
span { border-color: #C7C1B4; }
span { border-color: rgb(199,193,180); }
td.TdClassName
{
border-color: #C7C1B4;
}
.TagClassName
{
border-color: #C7C1B4;
}
</style>