Shades of Cloud #C3C0BB
Tints of Cloud #C3C0BB
RGB
CMYK
RGB Variations
Color information
#C3C0BB (or 0xC3C0BB) is known color: Cloud. HEX triplet: C3, C0 and BB. RGB value is (195,192,187). Sum of RGB (Red+Green+Blue) = 195+192+187=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0BB is #3C3F44. Grayscale: #C0C0C0. Windows color (decimal): -3948357 or 12304579. OLE color: 12304579.
HSL color Cylindrical-coordinate representation of color #C3C0BB: hue angle of 37.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3C0BB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 192 | 187 | - |
CMYK | 0 | 0.02 | 0.04 | 0.24 |
HSL | 37.5º | 0.06% | 0.75% | - |
HSV(B) | 37.5º | 0.04% | 0.76% | - |
XYZ | 50.32 | 52.89 | 54.57 | - |
YUV | 192.33 | 124.99 | 129.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 192 | 187 | 0 | 0.02 | 0.04 | 0.24 | 37.5 | 0.06 | 0.75 |
Hex | C3 | C0 | BB | 0 | 2 | 4 | 18 | 26 | 6 | 4B |
Octal | 303 | 300 | 273 | 0 | 2 | 4 | 30 | 46 | 6 | 113 |
Binary | 11000011 | 11000000 | 10111011 | 0 | 10 | 100 | 11000 | 100110 | 110 | 1001011 |
Color Harmonies of #C3C0BB
Complementary color
Monochromatic Colors of #C3C0BB
Black with #C3C0BB
Text Example
Text Example
White with #C3C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0BB; }
p { color: rgb(195,192,187); }
H1.HeaderClassName
{
color: #C3C0BB;
}
.AnyTagClassName
{
color: #C3C0BB;
}
</style>
background-color css
<style>
a { background-color: #C3C0BB; }
a { background-color: rgb(195,192,187); }
div.DivClassName
{
background-color: #C3C0BB;
}
.BgClassName
{
background-color: #C3C0BB;
}
</style>
border-color css
<style>
span { border-color: #C3C0BB; }
span { border-color: rgb(195,192,187); }
td.TdClassName
{
border-color: #C3C0BB;
}
.TagClassName
{
border-color: #C3C0BB;
}
</style>