Shades of Cloud #C1BEB7
Tints of Cloud #C1BEB7
RGB
CMYK
RGB Variations
Color information
#C1BEB7 (or 0xC1BEB7) is known color: Cloud. HEX triplet: C1, BE and B7. RGB value is (193,190,183). Sum of RGB (Red+Green+Blue) = 193+190+183=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEB7 is #3E4148. Grayscale: #BEBEBE. Windows color (decimal): -4079945 or 12041921. OLE color: 12041921.
HSL color Cylindrical-coordinate representation of color #C1BEB7: hue angle of 42º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1BEB7 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 183 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.24 |
| HSL | 42º | 0.07% | 0.74% | - |
| HSV(B) | 42º | 0.05% | 0.76% | - |
| XYZ | 48.95 | 51.58 | 52.18 | - |
| YUV | 190.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 183 | 0 | 0.02 | 0.05 | 0.24 | 42 | 0.07 | 0.74 |
| Hex | C1 | BE | B7 | 0 | 2 | 5 | 18 | 2A | 7 | 4A |
| Octal | 301 | 276 | 267 | 0 | 2 | 5 | 30 | 52 | 7 | 112 |
| Binary | 11000001 | 10111110 | 10110111 | 0 | 10 | 101 | 11000 | 101010 | 111 | 1001010 |
Color Harmonies of #C1BEB7
Complementary color
Monochromatic Colors of #C1BEB7
Black with #C1BEB7
Text Example
Text Example
White with #C1BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEB7; }
p { color: rgb(193,190,183); }
H1.HeaderClassName
{
color: #C1BEB7;
}
.AnyTagClassName
{
color: #C1BEB7;
}
</style>
background-color css
<style>
a { background-color: #C1BEB7; }
a { background-color: rgb(193,190,183); }
div.DivClassName
{
background-color: #C1BEB7;
}
.BgClassName
{
background-color: #C1BEB7;
}
</style>
border-color css
<style>
span { border-color: #C1BEB7; }
span { border-color: rgb(193,190,183); }
td.TdClassName
{
border-color: #C1BEB7;
}
.TagClassName
{
border-color: #C1BEB7;
}
</style>