Shades of Cloud #C8BEB1
Tints of Cloud #C8BEB1
RGB
CMYK
RGB Variations
Color information
#C8BEB1 (or 0xC8BEB1) is known color: Cloud. HEX triplet: C8, BE and B1. RGB value is (200,190,177). Sum of RGB (Red+Green+Blue) = 200+190+177=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BEB1 is #37414E. Grayscale: #BFBFBF. Windows color (decimal): -3621199 or 11648712. OLE color: 11648712.
HSL color Cylindrical-coordinate representation of color #C8BEB1: hue angle of 33.91º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BEB1 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 177 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.22 |
| HSL | 33.91º | 0.17% | 0.74% | - |
| HSV(B) | 33.91º | 0.12% | 0.78% | - |
| XYZ | 50.17 | 52.28 | 49.04 | - |
| YUV | 191.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 177 | 0 | 0.05 | 0.12 | 0.22 | 33.91 | 0.17 | 0.74 |
| Hex | C8 | BE | B1 | 0 | 5 | C | 16 | 22 | 11 | 4A |
| Octal | 310 | 276 | 261 | 0 | 5 | 14 | 26 | 42 | 21 | 112 |
| Binary | 11001000 | 10111110 | 10110001 | 0 | 101 | 1100 | 10110 | 100010 | 10001 | 1001010 |
Color Harmonies of #C8BEB1
Complementary color
Monochromatic Colors of #C8BEB1
Black with #C8BEB1
Text Example
Text Example
White with #C8BEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEB1; }
p { color: rgb(200,190,177); }
H1.HeaderClassName
{
color: #C8BEB1;
}
.AnyTagClassName
{
color: #C8BEB1;
}
</style>
background-color css
<style>
a { background-color: #C8BEB1; }
a { background-color: rgb(200,190,177); }
div.DivClassName
{
background-color: #C8BEB1;
}
.BgClassName
{
background-color: #C8BEB1;
}
</style>
border-color css
<style>
span { border-color: #C8BEB1; }
span { border-color: rgb(200,190,177); }
td.TdClassName
{
border-color: #C8BEB1;
}
.TagClassName
{
border-color: #C8BEB1;
}
</style>