Shades of Cloud #C8BEB0
Tints of Cloud #C8BEB0
RGB
CMYK
RGB Variations
Color information
#C8BEB0 (or 0xC8BEB0) is known color: Cloud. HEX triplet: C8, BE and B0. RGB value is (200,190,176). Sum of RGB (Red+Green+Blue) = 200+190+176=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BEB0 is #37414F. Grayscale: #BFBFBF. Windows color (decimal): -3621200 or 11583176. OLE color: 11583176.
HSL color Cylindrical-coordinate representation of color #C8BEB0: hue angle of 35º degrees, saturation: 0.18, 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 #C8BEB0 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 190 | 176 | - |
CMYK | 0 | 0.05 | 0.12 | 0.22 |
HSL | 35º | 0.18% | 0.74% | - |
HSV(B) | 35º | 0.12% | 0.78% | - |
XYZ | 50.07 | 52.24 | 48.52 | - |
YUV | 191.39 | 119.31 | 134.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 190 | 176 | 0 | 0.05 | 0.12 | 0.22 | 35 | 0.18 | 0.74 |
Hex | C8 | BE | B0 | 0 | 5 | C | 16 | 23 | 12 | 4A |
Octal | 310 | 276 | 260 | 0 | 5 | 14 | 26 | 43 | 22 | 112 |
Binary | 11001000 | 10111110 | 10110000 | 0 | 101 | 1100 | 10110 | 100011 | 10010 | 1001010 |
Color Harmonies of #C8BEB0
Complementary color
Monochromatic Colors of #C8BEB0
Black with #C8BEB0
Text Example
Text Example
White with #C8BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEB0; }
p { color: rgb(200,190,176); }
H1.HeaderClassName
{
color: #C8BEB0;
}
.AnyTagClassName
{
color: #C8BEB0;
}
</style>
background-color css
<style>
a { background-color: #C8BEB0; }
a { background-color: rgb(200,190,176); }
div.DivClassName
{
background-color: #C8BEB0;
}
.BgClassName
{
background-color: #C8BEB0;
}
</style>
border-color css
<style>
span { border-color: #C8BEB0; }
span { border-color: rgb(200,190,176); }
td.TdClassName
{
border-color: #C8BEB0;
}
.TagClassName
{
border-color: #C8BEB0;
}
</style>