Shades of Cloud #C8BEAB
Tints of Cloud #C8BEAB
RGB
CMYK
RGB Variations
Color information
#C8BEAB (or 0xC8BEAB) is known color: Cloud. HEX triplet: C8, BE and AB. RGB value is (200,190,171). Sum of RGB (Red+Green+Blue) = 200+190+171=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BEAB is #374154. Grayscale: #BEBEBE. Windows color (decimal): -3621205 or 11255496. OLE color: 11255496.
HSL color Cylindrical-coordinate representation of color #C8BEAB: hue angle of 39.31º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BEAB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 171 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.22 |
| HSL | 39.31º | 0.21% | 0.73% | - |
| HSV(B) | 39.31º | 0.15% | 0.78% | - |
| XYZ | 49.58 | 52.05 | 45.96 | - |
| YUV | 190.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 171 | 0 | 0.05 | 0.14 | 0.22 | 39.31 | 0.21 | 0.73 |
| Hex | C8 | BE | AB | 0 | 5 | E | 16 | 27 | 15 | 49 |
| Octal | 310 | 276 | 253 | 0 | 5 | 16 | 26 | 47 | 25 | 111 |
| Binary | 11001000 | 10111110 | 10101011 | 0 | 101 | 1110 | 10110 | 100111 | 10101 | 1001001 |
Color Harmonies of #C8BEAB
Complementary color
Monochromatic Colors of #C8BEAB
Black with #C8BEAB
Text Example
Text Example
White with #C8BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEAB; }
p { color: rgb(200,190,171); }
H1.HeaderClassName
{
color: #C8BEAB;
}
.AnyTagClassName
{
color: #C8BEAB;
}
</style>
background-color css
<style>
a { background-color: #C8BEAB; }
a { background-color: rgb(200,190,171); }
div.DivClassName
{
background-color: #C8BEAB;
}
.BgClassName
{
background-color: #C8BEAB;
}
</style>
border-color css
<style>
span { border-color: #C8BEAB; }
span { border-color: rgb(200,190,171); }
td.TdClassName
{
border-color: #C8BEAB;
}
.TagClassName
{
border-color: #C8BEAB;
}
</style>