Shades of Cloud #C2BFB7
Tints of Cloud #C2BFB7
RGB
CMYK
RGB Variations
Color information
#C2BFB7 (or 0xC2BFB7) is known color: Cloud. HEX triplet: C2, BF and B7. RGB value is (194,191,183). Sum of RGB (Red+Green+Blue) = 194+191+183=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFB7 is #3D4048. Grayscale: #BFBFBF. Windows color (decimal): -4014153 or 12042178. OLE color: 12042178.
HSL color Cylindrical-coordinate representation of color #C2BFB7: hue angle of 43.64º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BFB7 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 183 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.24 |
| HSL | 43.64º | 0.08% | 0.74% | - |
| HSV(B) | 43.64º | 0.06% | 0.76% | - |
| XYZ | 49.43 | 52.15 | 52.26 | - |
| YUV | 190.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 183 | 0 | 0.02 | 0.06 | 0.24 | 43.64 | 0.08 | 0.74 |
| Hex | C2 | BF | B7 | 0 | 2 | 6 | 18 | 2C | 8 | 4A |
| Octal | 302 | 277 | 267 | 0 | 2 | 6 | 30 | 54 | 10 | 112 |
| Binary | 11000010 | 10111111 | 10110111 | 0 | 10 | 110 | 11000 | 101100 | 1000 | 1001010 |
Color Harmonies of #C2BFB7
Complementary color
Monochromatic Colors of #C2BFB7
Black with #C2BFB7
Text Example
Text Example
White with #C2BFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFB7; }
p { color: rgb(194,191,183); }
H1.HeaderClassName
{
color: #C2BFB7;
}
.AnyTagClassName
{
color: #C2BFB7;
}
</style>
background-color css
<style>
a { background-color: #C2BFB7; }
a { background-color: rgb(194,191,183); }
div.DivClassName
{
background-color: #C2BFB7;
}
.BgClassName
{
background-color: #C2BFB7;
}
</style>
border-color css
<style>
span { border-color: #C2BFB7; }
span { border-color: rgb(194,191,183); }
td.TdClassName
{
border-color: #C2BFB7;
}
.TagClassName
{
border-color: #C2BFB7;
}
</style>