Shades of Cloud #C4BBAF
Tints of Cloud #C4BBAF
RGB
CMYK
RGB Variations
Color information
#C4BBAF (or 0xC4BBAF) is known color: Cloud. HEX triplet: C4, BB and AF. RGB value is (196,187,175). Sum of RGB (Red+Green+Blue) = 196+187+175=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BBAF is #3B4450. Grayscale: #BCBCBC. Windows color (decimal): -3884113 or 11516868. OLE color: 11516868.
HSL color Cylindrical-coordinate representation of color #C4BBAF: hue angle of 34.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BBAF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 175 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.23 |
| HSL | 34.29º | 0.15% | 0.73% | - |
| HSV(B) | 34.29º | 0.11% | 0.77% | - |
| XYZ | 48.27 | 50.37 | 47.74 | - |
| YUV | 188.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 175 | 0 | 0.05 | 0.11 | 0.23 | 34.29 | 0.15 | 0.73 |
| Hex | C4 | BB | AF | 0 | 5 | B | 17 | 22 | F | 49 |
| Octal | 304 | 273 | 257 | 0 | 5 | 13 | 27 | 42 | 17 | 111 |
| Binary | 11000100 | 10111011 | 10101111 | 0 | 101 | 1011 | 10111 | 100010 | 1111 | 1001001 |
Color Harmonies of #C4BBAF
Complementary color
Monochromatic Colors of #C4BBAF
Black with #C4BBAF
Text Example
Text Example
White with #C4BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBAF; }
p { color: rgb(196,187,175); }
H1.HeaderClassName
{
color: #C4BBAF;
}
.AnyTagClassName
{
color: #C4BBAF;
}
</style>
background-color css
<style>
a { background-color: #C4BBAF; }
a { background-color: rgb(196,187,175); }
div.DivClassName
{
background-color: #C4BBAF;
}
.BgClassName
{
background-color: #C4BBAF;
}
</style>
border-color css
<style>
span { border-color: #C4BBAF; }
span { border-color: rgb(196,187,175); }
td.TdClassName
{
border-color: #C4BBAF;
}
.TagClassName
{
border-color: #C4BBAF;
}
</style>