Shades of Cloud #C8C0B2
Tints of Cloud #C8C0B2
RGB
CMYK
RGB Variations
Color information
#C8C0B2 (or 0xC8C0B2) is known color: Cloud. HEX triplet: C8, C0 and B2. RGB value is (200,192,178). Sum of RGB (Red+Green+Blue) = 200+192+178=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C0B2 is #373F4D. Grayscale: #C0C0C0. Windows color (decimal): -3620686 or 11714760. OLE color: 11714760.
HSL color Cylindrical-coordinate representation of color #C8C0B2: hue angle of 38.18º degrees, saturation: 0.17, 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 #C8C0B2 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 178 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.22 |
| HSL | 38.18º | 0.17% | 0.74% | - |
| HSV(B) | 38.18º | 0.11% | 0.78% | - |
| XYZ | 50.7 | 53.19 | 49.71 | - |
| YUV | 192.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 178 | 0 | 0.04 | 0.11 | 0.22 | 38.18 | 0.17 | 0.74 |
| Hex | C8 | C0 | B2 | 0 | 4 | B | 16 | 26 | 11 | 4A |
| Octal | 310 | 300 | 262 | 0 | 4 | 13 | 26 | 46 | 21 | 112 |
| Binary | 11001000 | 11000000 | 10110010 | 0 | 100 | 1011 | 10110 | 100110 | 10001 | 1001010 |
Color Harmonies of #C8C0B2
Complementary color
Monochromatic Colors of #C8C0B2
Black with #C8C0B2
Text Example
Text Example
White with #C8C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0B2; }
p { color: rgb(200,192,178); }
H1.HeaderClassName
{
color: #C8C0B2;
}
.AnyTagClassName
{
color: #C8C0B2;
}
</style>
background-color css
<style>
a { background-color: #C8C0B2; }
a { background-color: rgb(200,192,178); }
div.DivClassName
{
background-color: #C8C0B2;
}
.BgClassName
{
background-color: #C8C0B2;
}
</style>
border-color css
<style>
span { border-color: #C8C0B2; }
span { border-color: rgb(200,192,178); }
td.TdClassName
{
border-color: #C8C0B2;
}
.TagClassName
{
border-color: #C8C0B2;
}
</style>