Shades of Cloud #C5BEB6
Tints of Cloud #C5BEB6
RGB
CMYK
RGB Variations
Color information
#C5BEB6 (or 0xC5BEB6) is known color: Cloud. HEX triplet: C5, BE and B6. RGB value is (197,190,182). Sum of RGB (Red+Green+Blue) = 197+190+182=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEB6 is #3A4149. Grayscale: #BFBFBF. Windows color (decimal): -3817802 or 11976389. OLE color: 11976389.
HSL color Cylindrical-coordinate representation of color #C5BEB6: hue angle of 32º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BEB6 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 190 | 182 | - |
CMYK | 0 | 0.04 | 0.08 | 0.23 |
HSL | 32º | 0.11% | 0.74% | - |
HSV(B) | 32º | 0.08% | 0.77% | - |
XYZ | 49.88 | 52.07 | 51.68 | - |
YUV | 191.18 | 122.82 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 190 | 182 | 0 | 0.04 | 0.08 | 0.23 | 32 | 0.11 | 0.74 |
Hex | C5 | BE | B6 | 0 | 4 | 8 | 17 | 20 | B | 4A |
Octal | 305 | 276 | 266 | 0 | 4 | 10 | 27 | 40 | 13 | 112 |
Binary | 11000101 | 10111110 | 10110110 | 0 | 100 | 1000 | 10111 | 100000 | 1011 | 1001010 |
Color Harmonies of #C5BEB6
Complementary color
Monochromatic Colors of #C5BEB6
Black with #C5BEB6
Text Example
Text Example
White with #C5BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEB6; }
p { color: rgb(197,190,182); }
H1.HeaderClassName
{
color: #C5BEB6;
}
.AnyTagClassName
{
color: #C5BEB6;
}
</style>
background-color css
<style>
a { background-color: #C5BEB6; }
a { background-color: rgb(197,190,182); }
div.DivClassName
{
background-color: #C5BEB6;
}
.BgClassName
{
background-color: #C5BEB6;
}
</style>
border-color css
<style>
span { border-color: #C5BEB6; }
span { border-color: rgb(197,190,182); }
td.TdClassName
{
border-color: #C5BEB6;
}
.TagClassName
{
border-color: #C5BEB6;
}
</style>