Shades of Cloud #C4BFB7
Tints of Cloud #C4BFB7
RGB
CMYK
RGB Variations
Color information
#C4BFB7 (or 0xC4BFB7) is known color: Cloud. HEX triplet: C4, BF and B7. RGB value is (196,191,183). Sum of RGB (Red+Green+Blue) = 196+191+183=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFB7 is #3B4048. Grayscale: #BFBFBF. Windows color (decimal): -3883081 or 12042180. OLE color: 12042180.
HSL color Cylindrical-coordinate representation of color #C4BFB7: hue angle of 36.92º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4BFB7 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 183 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.23 |
| HSL | 36.92º | 0.1% | 0.74% | - |
| HSV(B) | 36.92º | 0.07% | 0.77% | - |
| XYZ | 49.94 | 52.42 | 52.28 | - |
| YUV | 191.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 183 | 0 | 0.03 | 0.07 | 0.23 | 36.92 | 0.1 | 0.74 |
| Hex | C4 | BF | B7 | 0 | 3 | 7 | 17 | 25 | A | 4A |
| Octal | 304 | 277 | 267 | 0 | 3 | 7 | 27 | 45 | 12 | 112 |
| Binary | 11000100 | 10111111 | 10110111 | 0 | 11 | 111 | 10111 | 100101 | 1010 | 1001010 |
Color Harmonies of #C4BFB7
Complementary color
Monochromatic Colors of #C4BFB7
Black with #C4BFB7
Text Example
Text Example
White with #C4BFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFB7; }
p { color: rgb(196,191,183); }
H1.HeaderClassName
{
color: #C4BFB7;
}
.AnyTagClassName
{
color: #C4BFB7;
}
</style>
background-color css
<style>
a { background-color: #C4BFB7; }
a { background-color: rgb(196,191,183); }
div.DivClassName
{
background-color: #C4BFB7;
}
.BgClassName
{
background-color: #C4BFB7;
}
</style>
border-color css
<style>
span { border-color: #C4BFB7; }
span { border-color: rgb(196,191,183); }
td.TdClassName
{
border-color: #C4BFB7;
}
.TagClassName
{
border-color: #C4BFB7;
}
</style>