Shades of Cloud #C8C0B3
Tints of Cloud #C8C0B3
RGB
CMYK
RGB Variations
Color information
#C8C0B3 (or 0xC8C0B3) is known color: Cloud. HEX triplet: C8, C0 and B3. RGB value is (200,192,179). Sum of RGB (Red+Green+Blue) = 200+192+179=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0B3 is #373F4C. Grayscale: #C0C0C0. Windows color (decimal): -3620685 or 11780296. OLE color: 11780296.
HSL color Cylindrical-coordinate representation of color #C8C0B3: hue angle of 37.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8C0B3 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 179 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.22 |
| HSL | 37.14º | 0.16% | 0.74% | - |
| HSV(B) | 37.14º | 0.11% | 0.78% | - |
| XYZ | 50.81 | 53.23 | 50.25 | - |
| YUV | 192.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 179 | 0 | 0.04 | 0.10 | 0.22 | 37.14 | 0.16 | 0.74 |
| Hex | C8 | C0 | B3 | 0 | 4 | A | 16 | 25 | 10 | 4A |
| Octal | 310 | 300 | 263 | 0 | 4 | 12 | 26 | 45 | 20 | 112 |
| Binary | 11001000 | 11000000 | 10110011 | 0 | 100 | 1010 | 10110 | 100101 | 10000 | 1001010 |
Color Harmonies of #C8C0B3
Complementary color
Monochromatic Colors of #C8C0B3
Black with #C8C0B3
Text Example
Text Example
White with #C8C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0B3; }
p { color: rgb(200,192,179); }
H1.HeaderClassName
{
color: #C8C0B3;
}
.AnyTagClassName
{
color: #C8C0B3;
}
</style>
background-color css
<style>
a { background-color: #C8C0B3; }
a { background-color: rgb(200,192,179); }
div.DivClassName
{
background-color: #C8C0B3;
}
.BgClassName
{
background-color: #C8C0B3;
}
</style>
border-color css
<style>
span { border-color: #C8C0B3; }
span { border-color: rgb(200,192,179); }
td.TdClassName
{
border-color: #C8C0B3;
}
.TagClassName
{
border-color: #C8C0B3;
}
</style>