Shades of Cloud #C3BFB5
Tints of Cloud #C3BFB5
RGB
CMYK
RGB Variations
Color information
#C3BFB5 (or 0xC3BFB5) is known color: Cloud. HEX triplet: C3, BF and B5. RGB value is (195,191,181). Sum of RGB (Red+Green+Blue) = 195+191+181=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFB5 is #3C404A. Grayscale: #BFBFBF. Windows color (decimal): -3948619 or 11911107. OLE color: 11911107.
HSL color Cylindrical-coordinate representation of color #C3BFB5: hue angle of 42.86º 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 #C3BFB5 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 181 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.24 |
| HSL | 42.86º | 0.1% | 0.74% | - |
| HSV(B) | 42.86º | 0.07% | 0.76% | - |
| XYZ | 49.48 | 52.2 | 51.18 | - |
| YUV | 191.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 181 | 0 | 0.02 | 0.07 | 0.24 | 42.86 | 0.1 | 0.74 |
| Hex | C3 | BF | B5 | 0 | 2 | 7 | 18 | 2B | A | 4A |
| Octal | 303 | 277 | 265 | 0 | 2 | 7 | 30 | 53 | 12 | 112 |
| Binary | 11000011 | 10111111 | 10110101 | 0 | 10 | 111 | 11000 | 101011 | 1010 | 1001010 |
Color Harmonies of #C3BFB5
Complementary color
Monochromatic Colors of #C3BFB5
Black with #C3BFB5
Text Example
Text Example
White with #C3BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFB5; }
p { color: rgb(195,191,181); }
H1.HeaderClassName
{
color: #C3BFB5;
}
.AnyTagClassName
{
color: #C3BFB5;
}
</style>
background-color css
<style>
a { background-color: #C3BFB5; }
a { background-color: rgb(195,191,181); }
div.DivClassName
{
background-color: #C3BFB5;
}
.BgClassName
{
background-color: #C3BFB5;
}
</style>
border-color css
<style>
span { border-color: #C3BFB5; }
span { border-color: rgb(195,191,181); }
td.TdClassName
{
border-color: #C3BFB5;
}
.TagClassName
{
border-color: #C3BFB5;
}
</style>