Shades of Grey Chateau #959CA0
Tints of Grey Chateau #959CA0
RGB
CMYK
RGB Variations
Color information
#959CA0 (or 0x959CA0) is known color: Grey Chateau. HEX triplet: 95, 9C and A0. RGB value is (149,156,160). Sum of RGB (Red+Green+Blue) = 149+156+160=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 160 - color contains mainly: blue. Hex color #959CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959CA0 is #6A635F. Grayscale: #9A9A9A. Windows color (decimal): -6972256 or 10525845. OLE color: 10525845.
HSL color Cylindrical-coordinate representation of color #959CA0: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #959CA0 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 156 | 160 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.37 |
| HSL | 201.82º | 0.05% | 0.61% | - |
| HSV(B) | 201.82º | 0.07% | 0.63% | - |
| XYZ | 30.63 | 32.7 | 37.96 | - |
| YUV | 154.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 160 | 0.07 | 0.02 | 0 | 0.37 | 201.82 | 0.05 | 0.61 |
| Hex | 95 | 9C | A0 | 7 | 2 | 0 | 25 | CA | 5 | 3D |
| Octal | 225 | 234 | 240 | 7 | 2 | 0 | 45 | 312 | 5 | 75 |
| Binary | 10010101 | 10011100 | 10100000 | 111 | 10 | 0 | 100101 | 11001010 | 101 | 111101 |
Color Harmonies of #959CA0
Complementary color
Monochromatic Colors of #959CA0
Black with #959CA0
Text Example
Text Example
White with #959CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CA0; }
p { color: rgb(149,156,160); }
H1.HeaderClassName
{
color: #959CA0;
}
.AnyTagClassName
{
color: #959CA0;
}
</style>
background-color css
<style>
a { background-color: #959CA0; }
a { background-color: rgb(149,156,160); }
div.DivClassName
{
background-color: #959CA0;
}
.BgClassName
{
background-color: #959CA0;
}
</style>
border-color css
<style>
span { border-color: #959CA0; }
span { border-color: rgb(149,156,160); }
td.TdClassName
{
border-color: #959CA0;
}
.TagClassName
{
border-color: #959CA0;
}
</style>