Shades of Cloud #C3BDB5
Tints of Cloud #C3BDB5
RGB
CMYK
RGB Variations
Color information
#C3BDB5 (or 0xC3BDB5) is known color: Cloud. HEX triplet: C3, BD and B5. RGB value is (195,189,181). Sum of RGB (Red+Green+Blue) = 195+189+181=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDB5 is #3C424A. Grayscale: #BDBDBD. Windows color (decimal): -3949131 or 11910595. OLE color: 11910595.
HSL color Cylindrical-coordinate representation of color #C3BDB5: hue angle of 34.29º 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 #C3BDB5 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 189 | 181 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.24 |
| HSL | 34.29º | 0.1% | 0.74% | - |
| HSV(B) | 34.29º | 0.07% | 0.76% | - |
| XYZ | 49.04 | 51.33 | 51.04 | - |
| YUV | 189.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 181 | 0 | 0.03 | 0.07 | 0.24 | 34.29 | 0.1 | 0.74 |
| Hex | C3 | BD | B5 | 0 | 3 | 7 | 18 | 22 | A | 4A |
| Octal | 303 | 275 | 265 | 0 | 3 | 7 | 30 | 42 | 12 | 112 |
| Binary | 11000011 | 10111101 | 10110101 | 0 | 11 | 111 | 11000 | 100010 | 1010 | 1001010 |
Color Harmonies of #C3BDB5
Complementary color
Monochromatic Colors of #C3BDB5
Black with #C3BDB5
Text Example
Text Example
White with #C3BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDB5; }
p { color: rgb(195,189,181); }
H1.HeaderClassName
{
color: #C3BDB5;
}
.AnyTagClassName
{
color: #C3BDB5;
}
</style>
background-color css
<style>
a { background-color: #C3BDB5; }
a { background-color: rgb(195,189,181); }
div.DivClassName
{
background-color: #C3BDB5;
}
.BgClassName
{
background-color: #C3BDB5;
}
</style>
border-color css
<style>
span { border-color: #C3BDB5; }
span { border-color: rgb(195,189,181); }
td.TdClassName
{
border-color: #C3BDB5;
}
.TagClassName
{
border-color: #C3BDB5;
}
</style>