Shades of Very Light Grey #CBC7C7
Tints of Very Light Grey #CBC7C7
RGB
CMYK
RGB Variations
Color information
#CBC7C7 (or 0xCBC7C7) is known color: Very Light Grey. HEX triplet: CB, C7 and C7. RGB value is (203,199,199). Sum of RGB (Red+Green+Blue) = 203+199+199=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7C7 is #343838. Grayscale: #C8C8C8. Windows color (decimal): -3422265 or 13092811. OLE color: 13092811.
HSL color Cylindrical-coordinate representation of color #CBC7C7: hue angle of 0º degrees, saturation: 0.04, 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 #CBC7C7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 199 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.20 |
| HSL | 0º | 0.04% | 0.79% | - |
| HSV(B) | 0º | 0.02% | 0.8% | - |
| XYZ | 55.36 | 57.67 | 62.25 | - |
| YUV | 200.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 199 | 0 | 0.02 | 0.02 | 0.20 | 0 | 0.04 | 0.79 |
| Hex | CB | C7 | C7 | 0 | 2 | 2 | 14 | 0 | 4 | 4F |
| Octal | 313 | 307 | 307 | 0 | 2 | 2 | 24 | 0 | 4 | 117 |
| Binary | 11001011 | 11000111 | 11000111 | 0 | 10 | 10 | 10100 | 0 | 100 | 1001111 |
Color Harmonies of #CBC7C7
Complementary color
Monochromatic Colors of #CBC7C7
Black with #CBC7C7
Text Example
Text Example
White with #CBC7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7C7; }
p { color: rgb(203,199,199); }
H1.HeaderClassName
{
color: #CBC7C7;
}
.AnyTagClassName
{
color: #CBC7C7;
}
</style>
background-color css
<style>
a { background-color: #CBC7C7; }
a { background-color: rgb(203,199,199); }
div.DivClassName
{
background-color: #CBC7C7;
}
.BgClassName
{
background-color: #CBC7C7;
}
</style>
border-color css
<style>
span { border-color: #CBC7C7; }
span { border-color: rgb(203,199,199); }
td.TdClassName
{
border-color: #CBC7C7;
}
.TagClassName
{
border-color: #CBC7C7;
}
</style>