Shades of Cloud #C3BDB3
Tints of Cloud #C3BDB3
RGB
CMYK
RGB Variations
Color information
#C3BDB3 (or 0xC3BDB3) is known color: Cloud. HEX triplet: C3, BD and B3. RGB value is (195,189,179). Sum of RGB (Red+Green+Blue) = 195+189+179=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDB3 is #3C424C. Grayscale: #BDBDBD. Windows color (decimal): -3949133 or 11779523. OLE color: 11779523.
HSL color Cylindrical-coordinate representation of color #C3BDB3: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BDB3 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 189 | 179 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.24 |
| HSL | 37.5º | 0.12% | 0.73% | - |
| HSV(B) | 37.5º | 0.08% | 0.76% | - |
| XYZ | 48.84 | 51.25 | 49.97 | - |
| YUV | 189.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 179 | 0 | 0.03 | 0.08 | 0.24 | 37.5 | 0.12 | 0.73 |
| Hex | C3 | BD | B3 | 0 | 3 | 8 | 18 | 26 | C | 49 |
| Octal | 303 | 275 | 263 | 0 | 3 | 10 | 30 | 46 | 14 | 111 |
| Binary | 11000011 | 10111101 | 10110011 | 0 | 11 | 1000 | 11000 | 100110 | 1100 | 1001001 |
Color Harmonies of #C3BDB3
Complementary color
Monochromatic Colors of #C3BDB3
Black with #C3BDB3
Text Example
Text Example
White with #C3BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDB3; }
p { color: rgb(195,189,179); }
H1.HeaderClassName
{
color: #C3BDB3;
}
.AnyTagClassName
{
color: #C3BDB3;
}
</style>
background-color css
<style>
a { background-color: #C3BDB3; }
a { background-color: rgb(195,189,179); }
div.DivClassName
{
background-color: #C3BDB3;
}
.BgClassName
{
background-color: #C3BDB3;
}
</style>
border-color css
<style>
span { border-color: #C3BDB3; }
span { border-color: rgb(195,189,179); }
td.TdClassName
{
border-color: #C3BDB3;
}
.TagClassName
{
border-color: #C3BDB3;
}
</style>