Shades of Cloud #C3C2C0
Tints of Cloud #C3C2C0
RGB
CMYK
RGB Variations
Color information
#C3C2C0 (or 0xC3C2C0) is known color: Cloud. HEX triplet: C3, C2 and C0. RGB value is (195,194,192). Sum of RGB (Red+Green+Blue) = 195+194+192=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2C0 is #3C3D3F. Grayscale: #C2C2C2. Windows color (decimal): -3947840 or 12632771. OLE color: 12632771.
HSL color Cylindrical-coordinate representation of color #C3C2C0: hue angle of 40º degrees, saturation: 0.02, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C3C2C0 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 194 | 192 | - |
CMYK | 0 | 0.01 | 0.02 | 0.24 |
HSL | 40º | 0.02% | 0.76% | - |
HSV(B) | 40º | 0.02% | 0.76% | - |
XYZ | 51.31 | 53.99 | 57.59 | - |
YUV | 194.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 194 | 192 | 0 | 0.01 | 0.02 | 0.24 | 40 | 0.02 | 0.76 |
Hex | C3 | C2 | C0 | 0 | 1 | 2 | 18 | 28 | 2 | 4C |
Octal | 303 | 302 | 300 | 0 | 1 | 2 | 30 | 50 | 2 | 114 |
Binary | 11000011 | 11000010 | 11000000 | 0 | 1 | 10 | 11000 | 101000 | 10 | 1001100 |
Color Harmonies of #C3C2C0
Complementary color
Monochromatic Colors of #C3C2C0
Black with #C3C2C0
Text Example
Text Example
White with #C3C2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2C0; }
p { color: rgb(195,194,192); }
H1.HeaderClassName
{
color: #C3C2C0;
}
.AnyTagClassName
{
color: #C3C2C0;
}
</style>
background-color css
<style>
a { background-color: #C3C2C0; }
a { background-color: rgb(195,194,192); }
div.DivClassName
{
background-color: #C3C2C0;
}
.BgClassName
{
background-color: #C3C2C0;
}
</style>
border-color css
<style>
span { border-color: #C3C2C0; }
span { border-color: rgb(195,194,192); }
td.TdClassName
{
border-color: #C3C2C0;
}
.TagClassName
{
border-color: #C3C2C0;
}
</style>