Shades of Cloud #C3BFB6
Tints of Cloud #C3BFB6
RGB
CMYK
RGB Variations
Color information
#C3BFB6 (or 0xC3BFB6) is known color: Cloud. HEX triplet: C3, BF and B6. RGB value is (195,191,182). Sum of RGB (Red+Green+Blue) = 195+191+182=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFB6 is #3C4049. Grayscale: #BFBFBF. Windows color (decimal): -3948618 or 11976643. OLE color: 11976643.
HSL color Cylindrical-coordinate representation of color #C3BFB6: hue angle of 41.54º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BFB6 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 182 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.24 |
| HSL | 41.54º | 0.1% | 0.74% | - |
| HSV(B) | 41.54º | 0.07% | 0.76% | - |
| XYZ | 49.58 | 52.24 | 51.73 | - |
| YUV | 191.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 182 | 0 | 0.02 | 0.07 | 0.24 | 41.54 | 0.1 | 0.74 |
| Hex | C3 | BF | B6 | 0 | 2 | 7 | 18 | 2A | A | 4A |
| Octal | 303 | 277 | 266 | 0 | 2 | 7 | 30 | 52 | 12 | 112 |
| Binary | 11000011 | 10111111 | 10110110 | 0 | 10 | 111 | 11000 | 101010 | 1010 | 1001010 |
Color Harmonies of #C3BFB6
Complementary color
Monochromatic Colors of #C3BFB6
Black with #C3BFB6
Text Example
Text Example
White with #C3BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFB6; }
p { color: rgb(195,191,182); }
H1.HeaderClassName
{
color: #C3BFB6;
}
.AnyTagClassName
{
color: #C3BFB6;
}
</style>
background-color css
<style>
a { background-color: #C3BFB6; }
a { background-color: rgb(195,191,182); }
div.DivClassName
{
background-color: #C3BFB6;
}
.BgClassName
{
background-color: #C3BFB6;
}
</style>
border-color css
<style>
span { border-color: #C3BFB6; }
span { border-color: rgb(195,191,182); }
td.TdClassName
{
border-color: #C3BFB6;
}
.TagClassName
{
border-color: #C3BFB6;
}
</style>