Shades of French Grey #CBC8CD
Tints of French Grey #CBC8CD
RGB
CMYK
RGB Variations
Color information
#CBC8CD (or 0xCBC8CD) is known color: French Grey. HEX triplet: CB, C8 and CD. RGB value is (203,200,205). Sum of RGB (Red+Green+Blue) = 203+200+205=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8CD is #343732. Grayscale: #C9C9C9. Windows color (decimal): -3422003 or 13486283. OLE color: 13486283.
HSL color Cylindrical-coordinate representation of color #CBC8CD: hue angle of 276º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBC8CD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 200 | 205 | - |
CMYK | 0.01 | 0.02 | 0 | 0.20 |
HSL | 276º | 0.05% | 0.79% | - |
HSV(B) | 276º | 0.02% | 0.8% | - |
XYZ | 56.3 | 58.41 | 66.06 | - |
YUV | 201.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 200 | 205 | 0.01 | 0.02 | 0 | 0.20 | 276 | 0.05 | 0.79 |
Hex | CB | C8 | CD | 1 | 2 | 0 | 14 | 114 | 5 | 4F |
Octal | 313 | 310 | 315 | 1 | 2 | 0 | 24 | 424 | 5 | 117 |
Binary | 11001011 | 11001000 | 11001101 | 1 | 10 | 0 | 10100 | 100010100 | 101 | 1001111 |
Color Harmonies of #CBC8CD
Complementary color
Monochromatic Colors of #CBC8CD
Black with #CBC8CD
Text Example
Text Example
White with #CBC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8CD; }
p { color: rgb(203,200,205); }
H1.HeaderClassName
{
color: #CBC8CD;
}
.AnyTagClassName
{
color: #CBC8CD;
}
</style>
background-color css
<style>
a { background-color: #CBC8CD; }
a { background-color: rgb(203,200,205); }
div.DivClassName
{
background-color: #CBC8CD;
}
.BgClassName
{
background-color: #CBC8CD;
}
</style>
border-color css
<style>
span { border-color: #CBC8CD; }
span { border-color: rgb(203,200,205); }
td.TdClassName
{
border-color: #CBC8CD;
}
.TagClassName
{
border-color: #CBC8CD;
}
</style>