Shades of Cloud #C3C0B7
Tints of Cloud #C3C0B7
RGB
CMYK
RGB Variations
Color information
#C3C0B7 (or 0xC3C0B7) is known color: Cloud. HEX triplet: C3, C0 and B7. RGB value is (195,192,183). Sum of RGB (Red+Green+Blue) = 195+192+183=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0B7 is #3C3F48. Grayscale: #BFBFBF. Windows color (decimal): -3948361 or 12042435. OLE color: 12042435.
HSL color Cylindrical-coordinate representation of color #C3C0B7: hue angle of 45º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3C0B7 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 183 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.24 |
| HSL | 45º | 0.09% | 0.74% | - |
| HSV(B) | 45º | 0.06% | 0.76% | - |
| XYZ | 49.9 | 52.72 | 52.35 | - |
| YUV | 191.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 183 | 0 | 0.02 | 0.06 | 0.24 | 45 | 0.09 | 0.74 |
| Hex | C3 | C0 | B7 | 0 | 2 | 6 | 18 | 2D | 9 | 4A |
| Octal | 303 | 300 | 267 | 0 | 2 | 6 | 30 | 55 | 11 | 112 |
| Binary | 11000011 | 11000000 | 10110111 | 0 | 10 | 110 | 11000 | 101101 | 1001 | 1001010 |
Color Harmonies of #C3C0B7
Complementary color
Monochromatic Colors of #C3C0B7
Black with #C3C0B7
Text Example
Text Example
White with #C3C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0B7; }
p { color: rgb(195,192,183); }
H1.HeaderClassName
{
color: #C3C0B7;
}
.AnyTagClassName
{
color: #C3C0B7;
}
</style>
background-color css
<style>
a { background-color: #C3C0B7; }
a { background-color: rgb(195,192,183); }
div.DivClassName
{
background-color: #C3C0B7;
}
.BgClassName
{
background-color: #C3C0B7;
}
</style>
border-color css
<style>
span { border-color: #C3C0B7; }
span { border-color: rgb(195,192,183); }
td.TdClassName
{
border-color: #C3C0B7;
}
.TagClassName
{
border-color: #C3C0B7;
}
</style>